# Build context exclusions: keep image small and rebuilds fast. # VCS .git .gitignore .gitattributes # Local envs and caches .venv venv .env __pycache__/ *.pyc *.pyo *.pyd .pytest_cache/ .coverage htmlcov/ .mypy_cache/ *.egg-info # IDE / editor .vscode/ .idea/ *.swp *~ # Node node_modules/ # Local-only notes (Markdown docs are still copied if a Dockerfile asks) PIANO_IMPLEMENTAZIONE.md *.docx # Legacy Dockerfiles preserved in tree but not needed in builds src/backend/Dockerfile.legacy src/frontend/flask_app/Dockerfile.legacy # Uploads are a runtime volume, never baked in. uploads/ # Claude Code .claude/ .omc/ # Competitor analysis (local only) Concorrente/