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 2 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": []
}

1
run.sh Executable file → Normal file
View File

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