# --- secrets / env (never bake into image) --- .env .env.* !.env.example **/.secret_key **/settings.json **/state.json **/teams_browser_state.json # --- local runtime data --- backend/data/ pts-data/ *.log *.pid server.log server.pid dates.txt # --- python / venv --- .venv/ venv/ __pycache__/ **/__pycache__/ *.py[cod] *$py.class *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # --- VCS / IDE / OS --- .git/ .gitignore .gitattributes .DS_Store **/.DS_Store .idea/ .vscode/ *.swp *.swo # --- docs / host-only tooling (not needed in image) --- README.md Makefile run.sh scripts/ docker-compose.yml docker-compose.*.yml *.md # --- local notes / extras --- .claude/ .grok/ *.session.sql