__pycache__/
*.pyc
.env
cli/demo/out/
.DS_Store

# build artifacts
dist/
build/
*.egg-info/
.abom/

# abom scan output (but keep the committed examples/ ABOMs)
/abom.json
cli/abom.json

# social demo renders (generated by vhs; upload, do not commit)
assets/demo.mp4
assets/demo.gif

# local-only symlink to the public abom website repo, so the Claude preview
# tool (which hardcodes `--directory website` from this repo root) can serve it
/website

# local-only working docs (not for the repo)
docs/ABOM-Introduction.pdf
docs/OUTREACH_TARGETS.md
docs/PHANTOM_AGENT_AUDIT.md
