# review-loop runtime logs (bin/../logs → repo-root /logs/)
/logs/

# Legacy log directory from previous versions
.ai-review-logs/
# review-loop self-hosted install
.review-loop/

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

# Testing / Coverage
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.pytest_cache/
test/tmp/

# mypy / ruff / type checkers
.mypy_cache/
.ruff_cache/

# Distribution / packaging
*.whl
