# Python-generated files
__pycache__/
*.py[cod]
*$py.class
build/
dist/
wheels/
*.egg-info/

# Virtual environments and package managers
.venv/
.uv-cache/

# Environment variables & local configuration
.env
.env.*
!.env.example

# IDEs, Editors & OS metadata
.DS_Store
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp

# Testing & Type checking caches
.mypy_cache/
.pytest_cache/

# AI Agent metadata
.gemini/

