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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Docs
site/

# PyInstaller build output
packaging/*.spec

# Reports generated at runtime
*.report.pdf
*.report.png
/output/
examples/*_report.pdf
examples/*_report.png
examples/*_report.json

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
