# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Local config
.env

# Test / pytest caches
.pytest_cache/

# Claude setup
.claude/

# Internal docs
internal/

# macOS
.DS_Store
ROADMAP.md

# mkdocs build output
site/

# Benchmark cache + results (regenerated by `memcove-bench`; --out-dir, default below)
benchmark-output/
benchmarks/.cache/
benchmarks/results/
