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

# Testing / tooling
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Local outputs
outputs/
*.png
*.pdf
!docs/**/*.png
