# Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ # Virtual environments venv/ env/ ENV/ .venv # Project specific logs/ outputs/ models/ *.log *.logs mcp.logs api.logs # Git .git/ .gitignore .github/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Docker .dockerignore docker-compose.yml docker-compose.*.yml # Temporary files *.tmp *.temp .DS_Store Thumbs.db # Documentation (optional - uncomment if you want to exclude) # README.md # CLAUDE.md # IMPLEMENTATION_PLAN.md # Scripts (already in container) # reset_gpu.sh - NEEDED for GPU health checks run_api_server.sh run_mcp_server.sh # Supervisor config (not needed in container) supervisor/