# user data must never enter the repo
marcom-data/
*.secret
.env
.env.*

# python
__pycache__/
*.pyc
.venv/
venv/
dist/
build/
*.egg-info/

# node
node_modules/

# os / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# local scratch
tmp/
*.log

# acceptance/diagnostic run output - the numbers that matter live in
# docs/acceptance-m6.md; these are per-machine and go stale
acceptance-m6-*.json
diagnose-local-*.json

website/public/banana-agent.zip
