__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
.aws-sam/
samconfig.toml

# Web landing page
web/node_modules/
web/.next/
web/.env.local
.env

# Study / eval artifacts — keep local copies, do not ship in OSS.
# Paper freeze: infona-ai/structure-once-query-cheaply
# Full holdout: private parent infona repo
eval_holdout_v2/
eval_reports/

# Node packages (infona npm SDK + MCP)
node_modules/
*.log
.env.local
*.tsbuildinfo
.DS_Store
