node_modules/
dist/
.turbo/
*.tsbuildinfo
.env
.env.local
db/.env

# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/

# local tooling
bin/dbmate

# raw scraper artifacts
collector/artifacts/

# Design handoff artifacts (reference inputs, not source)
.design-handoff/
taxlocus-html.zip

# Next.js build output
.next/
