node_modules/
.tmp/
*.log
.tmp-*
.tmp.*
*.swp
*.swo
.DS_Store

# temp scratch files
/tmp-eli-*.txt
projects/agent-registry/data/registry.db
*.db

# Python
__pycache__/
*.pyc
.venv/
