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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
coverage.xml

# Type checking
.mypy_cache/
.pyright/

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

# Local config
.env
.env.local
.env.*.local

# OS
Thumbs.db

# Scratch / working notes (not shipped)
temp/
