video-shuoshan/.gitignore
zyc 566c3a476f
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m17s
add 存储桶
2026-03-13 15:38:08 +08:00

38 lines
512 B
Plaintext

# === Frontend (web/) ===
web/node_modules/
web/dist/
web/tsconfig.tsbuildinfo
# === Backend (Python/Django) ===
backend/venv/
backend/db.sqlite3
backend/test_db.sqlite3
backend/__pycache__/
backend/**/__pycache__/
*.pyc
*.pyo
# === IDE & OS ===
.DS_Store
.vscode/
.idea/
# === Agent/Tool artifacts ===
# .agent-auto/
# .playwright-mcp/
.vite/
# === Test artifacts ===
test-results/
test-screenshots/
# === Logs ===
# logs/
# === Screenshots & prototype images ===
*.png
# === Environment ===
.env
.env.*