Add .gitignore, remove venv/pycache/zip from tracking

This commit is contained in:
FXY
2026-06-11 23:51:04 +08:00
parent 4038a476b5
commit 39f3974e0e
9351 changed files with 23 additions and 2366095 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
venv/
.venv/
*.egg
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Secrets
.gitea_token
*.key
secrets.json
# Large binary artifacts
*.zip