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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

# Local configuration & secrets (never commit)
config.toml
.envrc
.env

# Generated content sink files (fetch/resolve default to cwd): <UTC-ts>-<slug>.md
[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T[0-9][0-9][0-9][0-9][0-9][0-9]-*.md

# Scratch report output
/report.md

# OS
.DS_Store
