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

# Virtual environments
.venv/
venv/
env/

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

# OS
Thumbs.db
Desktop.ini
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/

# Temp files
temp/
temp_*
*_temp.*

# Config overrides
config.yaml
