.DS_Store
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
dist/
build/
*.egg-info/
.veqtor/
/.claude/

# generated demo fixtures (recreate with veqtor-demo-rounds)
/veqtor-demo-rounds/

# isolated static website
/website/node_modules/
/website/.astro/
/website/dist/
