# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
.pypirc

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Keys (auto-generated, should not be committed)
keys/

# Old/backup files
*.backup
*.bak

# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Local config overrides
config/*.local.yaml
