__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.db
/data/

# Node
node_modules/
package-lock.json

# Benchmark artifacts
benchmarks/locomo/data/
benchmarks/locomo/results/
