first commit

This commit is contained in:
2026-01-09 19:14:41 +08:00
commit 9f3c96ce73
67 changed files with 9636 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/
env/
# Build outputs
dist/
build/
*.egg-info/
backend/static/
# IDE
.vscode/
.idea/
# Environment
.env
.env.local
*.local
# Database
*.db
data/uploads/*
!data/uploads/.gitkeep
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Testing
coverage/
.pytest_cache/
htmlcov/
.coverage