__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
build/
dist/
backend/data/
node_modules/
frontend/dist/
frontend/public/data/
.DS_Store
# generated at publish time by seiche.dispatch_pages
frontend/public/dispatches/*.html
frontend/public/dispatches/feed.xml
frontend/public/llms.txt
frontend/public/llms-full.txt
# generated at publish time from the config weights and the engine docstrings,
# so the pages can never drift from the code they document
frontend/public/methodology.html
frontend/public/skeptic.html
frontend/public/ampleness.html
frontend/public/referee.html

# build artifacts (compiler output, not source)
*.tsbuildinfo
