__pycache__/
*.pyc
.venv/
.env
.DS_Store
logs/
.agents/*
*.egg-info
dist/
build/

# allow committed prompt templates
!.agents/
!.agents/hand-off_instructions.txt
!.agents/instructions.txt
!.agents/relay_instructions.txt
