# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtualenvs
.venv/
venv/
env/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# vstash / engram local data
*.db
*.db-journal
*.db-wal
*.db-shm
.engram/

# Benchmark dataset cache
experiments/**/.cache/
