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

# Testing
.coverage
.pytest_cache/
htmlcov/
*.cover
.hypothesis/

# Development
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/

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

# Project specific
schema.json
values-*.json
*.yaml
!plugin.yaml
!.pre-commit-config.yaml

# Logs
*.log

# OS
.DS_Store
Thumbs.db
