claire/.gitignore
2026-05-20 19:18:34 -07:00

15 lines
158 B
Text

__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
.venv/
dist/
build/
*.db
*.db-wal
*.db-shm
# Auto-added by auto-commit-service
*.log