# Python __pycache__/ *.py[cod] *$py.class *.egg-info/ *.egg dist/ build/ # Virtual environments .venv/ venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Project-specific .claude/ *.db *.db-wal *.db-shm # Sensitive data — NEVER commit *.json !pyproject.toml # Temp files *.tmp *.bak