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

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

.idea/
.vscode/
.DS_Store
Thumbs.db

.env

# Local reference clones (not part of the project)
external/
.wakatime-project
