Initial project commit

This commit is contained in:
2026-05-09 16:40:29 +08:00
commit 02b0259a9e
267 changed files with 54891 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
# Python-generated files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
wheels/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
# Python tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
htmlcov/
.coverage
.coverage.*
coverage.xml
# Environment files
.env
.env.*
!.env.example
!.env.*.example
# Runtime data
uploads/*
!uploads/.gitkeep
*.db
*.sqlite
*.sqlite3
# Logs
logs/
*.log
# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
Desktop.ini