Compare commits

...

2 Commits

Author SHA1 Message Date
ea113c77d7 git ignore 2025-11-22 20:50:51 +08:00
db4d036252 remove vscode 2025-11-22 20:50:34 +08:00
3 changed files with 6 additions and 5 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.venv/ .venv/
.vecode/ .vscode/

View File

@@ -1,4 +0,0 @@
{
"python-envs.defaultEnvManager": "ms-python.python:venv",
"python-envs.pythonProjects": []
}

5
run.sh Normal file
View File

@@ -0,0 +1,5 @@
sudo git pull
python main.py
sudo git add .
sudo git commit -m "$(date '+%Y-%m-%d %H:%M:%S.%N')"
sudo git push