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

# OS
.DS_Store
Thumbs.db
*.log

# Editor
.vscode/
.idea/
*.swp
*.swo
*~

# Repo Doctor reports (generated)
repo-doctor.report.md
repo-doctor.report.json
repo-doctor.changes.md
