# Reinc runtime state — dogfooders run `reinc init` themselves
.reinc/

# Claude
.claude/

# Cursor
.cursor/

# Devin
.devin/

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

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
