# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
.eggs/
dist/
build/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
ENV/

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Tool caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Logs / local
*.log
.env
.env.*

# Local notes / scratch (not for publishing)
Development/
development/
