.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.sqlite
*.db
*.db-wal
*.db-shm
data/
dist/
build/
*.egg-info/
*.bak
*.bak[0-9]*
*.orig
*.rej
.env
.coord/
.remember/
.DS_Store
.claude/

# coord:begin
# AUTO-GENERATED by 'coord upgrade'. Do not hand-edit; next upgrade will overwrite.
/.coordination/
# coord:end
