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

# Environments
.venv/
venv/
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Editors and OS
.idea/
.vscode/
.DS_Store

# Scratch output from local renders
*.png
*.pdf
!docs/**/*.png
