# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# IDE specific stuff
.vscode/

# Node
node_modules/


.DS_Store

# Generated output
generated/

# AI coding agent stuff
.claude/


# Secrets and env vars
.env

# Website build output. Not ignored: the versioned schema under
# website/docs/schema/ (published URLs are immutable) and examples.md
# (committed so the site builds without a prior generation step).
website/docs/schema.json
website/docs/examples.json
website/site/
