# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
.venv/
venv/

# macOS
.DS_Store

# Logs
*.log
firebase-debug.log

# Backups
*.bak
sailo-claude-backup/

# AW local state (PostgreSQL is source of truth)
.aw/

# Local databases
vectors.db
*.db

# Generated test artifacts
tests/_tmp_*.docx
tests/_tmp_*.pdf
