# Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ # Virtual environments venv/ env/ ENV/ # Models cache (will be mounted as volume) models/ # IDE .vscode/ .idea/ *.swp *.swo # Git .git/ .gitignore # Documentation README.md CLAUDE.md *.md # Environment .env .env.local .env.*.local # Docker .dockerignore Dockerfile docker-compose.yml