# Secrets: never in version control .env .app.env .bw-auth.env *.env.local # Dependencies node_modules/ .venv/ .venv-dev/ __pycache__/ *.pyc # Runtime state, not source data/ backups/ main/static main/web/dist/ main/web/.tsbuild/ .logs/sessions/ .logs/.last-* .logs/deploy-failed.log # Large media: the walkthrough video is 86MB and lives on disk, not in history public/*.mp4 uploads/