video-shuoshan/.gitignore
2026-03-13 10:03:12 +08:00

37 lines
488 B
Plaintext

# === Frontend (web/) ===
web/node_modules/
web/dist/
web/tsconfig.tsbuildinfo
# === Backend (Python/Django) ===
backend/venv/
backend/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.*