__pycache__/
.cache/
.claude/
.pytest_cache/
data/
*.log
*.pyc
dist/
build/
*.egg-info/
*.db
.env

# API keys / credentials — defensive, belt-and-suspenders
# (real credentials live in ~/.myburn/ outside the repo, but if anyone ever
# accidentally drops one inside the tree, git refuses to track it)
**/*api_key*
**/*venice*key*
**/*.api_key
**/.pypirc
**/credentials
**/secret*
