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

# Virtual environments
.venv

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Environment
.env

# AI assistant workflow (local session tooling, not project content)
CLAUDE.md
tasks/
changes/
.claude/

# Internal design docs (not published)
SPEC.md
docs/design/

# Local gateway runtime artifacts
/tollbooth.yaml
tollbooth-audit.jsonl

# Generated demo artifacts (regenerate with `vhs demo/demo.tape`)
demo/demo-audit.jsonl
assets/demo.webm
