# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ backend/venv/ *.egg-info/ dist/ build/ # Node.js / Frontend (not needed in backend Docker) frontend/ node_modules/ .next/ out/ *.log # IDEs .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db .AppleDouble .LSOverride # Git .git/ .gitignore .gitattributes # Environment files .env .env.local .env.*.local # Documentation *.md !README.md DEPLOY.md claude-code-plan.md # Test files test_*.py backend/test_*.py # Temporary files *.tmp *.temp *.bak