__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.db
*.mmdb
venv/
.venv/
.env
# Local helper scripts (not part of the package)
/_*.py

# Runtime / secrets
config.yaml
*.key
*.cert
tls.key
tls.cert
backups/
*.log

# Agent instructions (contain infra details)
CLAUDE.md
collab/

# Testing
.pytest_cache/
.coverage
htmlcov/
