# Build artifacts — regenerate with: panos-response-pages build
# Not dist/: that is where uv build puts wheels, and the release workflow
# uploads dist/* as release assets.
out/

# Working material: prototypes, plans, specs and design reviews. Kept in the
# working tree, never published. The rest of the docs/ tree is real
# documentation and IS tracked.
tmp/
docs/plans/
docs/specs/

# OS cruft
.DS_Store
Thumbs.db

# Editor
.idea/
.vscode/
*.swp

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

# Environments and tool caches
.venv/
venv/
.nox/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Docs site output
site/

# The clickthrough gallery, generated into the docs tree by `nox -s docs` and
# published with the site. Generated output: committing it would ship a gallery
# of pages the current templates no longer produce.
docs/preview/
