__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
*.log

# Local config that may contain API keys — never commit this
config.toml

.DS_Store
.vscode/
.idea/
