first commit

This commit is contained in:
2026-03-11 16:28:04 +08:00
commit c0f9ddabbf
101 changed files with 11601 additions and 0 deletions

61
.gitignore vendored Normal file
View File

@@ -0,0 +1,61 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
# Virtual environments
.venv/
venv/
env/
# Node
node_modules/
frontend/node_modules/
# Build output
frontend/dist/
# Environment & secrets
.env
.env.*
!.env.example
backend/.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Uploads & generated files
backend/uploads/
uploads/
# Database
*.db
*.sqlite3
# Pytest
.pytest_cache/
htmlcov/
.coverage
# Celery
celerybeat-schedule
celerybeat.pid
# Alembic
backend/alembic/versions/*.pyc
# Logs
*.log
# OS
Thumbs.db