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

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

# GeoIP databases (large binary files)
*.mmdb

# Environment / secrets
.env
.env.*

# Cache
.cache/

# Process / deployment notes
process.md

# OS
.DS_Store
Thumbs.db
