chore: add .gitignore, clean tracked junk files

This commit is contained in:
2026-05-29 08:33:35 +08:00
parent 2d5c5d4c0d
commit 1ccb116f80
53 changed files with 189 additions and 2445 deletions
+53
View File
@@ -0,0 +1,53 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyc
*.egg-info/
dist/
build/
# Virtualenv
venv/
env/
.venv/
# Environment
.env
.env.*
!.env.example
"app/.env copy"
# Logs
*.log
logs/
# uWSGI
uwsgi.pid
uwsgi.sock
uwsgi.log
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Uploads (keep directory, ignore contents)
static/uploads/*
!static/uploads/.gitkeep
# Supervisor
*.conf
!app/supervisor.conf
# Backup
backup/
# Captcha
app/static/captcha.png