# Python build / install artefacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
wheelhouse/
*.whl

# Virtual environments
.venv/
venv/
env/
ENV/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/
.hypothesis/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyright/
.pytype/

# Quarto / Jupyter intermediates
.quarto/
*.ipynb_checkpoints
docs/.quarto/
docs/report.html
docs/report.pdf
docs/report_files/

# OS / editor cruft
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.vscode/
.idea/

# Example run output (regenerable)
examples/*/out/

# Local-only, not part of the artifact
TODO.local
NOTES.local
