# Never commit note content or the Bear DB
*.sqlite
*.sqlite-*
.bear-mcp-backups/
*-backups/

# Secrets
.env

# Python / tooling
__pycache__/
*.pyc
.venv/
dist/
*.egg-info/

# macOS / editor
.DS_Store
.claude/
