# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
.env
.env.local
.env.*.local

# IDE / editor
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
.cursor/

# OS
.DS_Store
.DS_Store?
._*
Thumbs.db
ehthumbs.db

# Testing / coverage
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
nosetests.xml

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Optional: local overrides (do not commit)
*.local
*.local.*
