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

# Environments
.venv/
venv/

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

# Editors
.idea/
.vscode/

# Output from running the README's and the guide's own examples in the
# repository, which is a thing a reader does and should not have to undo.
# Anchored to the root: docs/assets and docs/gallery hold committed SVGs, and
# an unanchored rule would swallow them.
/spiral-demo.png
/*.html
/*.gif
/*.svg
/*.dxf
/*.png
/*.csv
/gallery/

# Documentation regenerated from the code on every build by tools/gendocs.py.
# docs/catalog.md and docs/assets/ are deliberately *not* here: GitHub renders
# the README without running mkdocs, so those two are committed and drift-checked.
docs/gallery/
docs/reference/
site/
