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

# Virtual environments
.venv/
env/

# Build and distribution
build/
dist/

# Test and lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# lattice-recall local databases
*.db
*.db-wal
*.db-shm
