__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/

# Operational / deployment-specific (contain real IPs, creds, infra details)
SIGIL.md
AI_CONTEXT.md
argus/config-jagg.toml
argus/config-*.toml
backup.sh

# Backup files
*.bak
*.bak_*
