# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

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

# OS
.DS_Store
Thumbs.db

# Project outputs
*.svg
report.json
HEALTH.md

.ruff_cache/
*.md
!README.md
!CHANGELOG.md
