# Internal strategy / working docs — not shipped publicly
ROADMAP.md
NEXT.md
METHOD.md

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyrefly_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Virtual envs
.venv/
venv/
env/
.env
.env.local

# uv
.uv-cache/

# Editors / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Build outputs
bench/results/
*.log
uv.lock
