# Python (helper scripts)
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/

# Generated docs catalog (built in CI for Pages)
web/catalog.html
web/leaderboard.html
web/community.html
web/skill/
web/sitemap.xml
web/robots.txt

# vercel-labs `skills` CLI install artifacts (if run inside the repo)
.agents/
.claude/skills/
skills-lock.json

# Generated full eval set (regenerated by scripts/gen-eval-cases.mjs)
evals/cases.full.json

# Generated agent-discovery files (rebuilt on deploy)
web/llms.txt
web/llms-full.txt

# Python build artifacts
python/dist/
python/*.egg-info/
__pycache__/
