# 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 / merken local data
*.db
*.db-journal
*.db-wal
*.db-shm
.merken/
.engram/

# Old package name (pip install -e . can regenerate it)
engram/

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

# Benchmark run logs (raw output; curated results go in RESULTS.md)
experiments/**/runs/
