# credentials & tokens — never commit
credentials.json
client_secret_*.json
token.json
*.token.json
.env
.env.*

# skrepka runtime artifacts
*.gdocs-base.json
*.gdocs-sync-journal.json
*.merged.md

# python
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/

# maintainer working context — never published (see pyproject sdist allowlist)
internal/

# os / editors
.DS_Store
.idea/
.vscode/

# generated diagnostics / media sources
doctor-report*.json
*.gif.src/

# скретч агентских прогонов и конфиг обсидиана — не публикуем
work/
.obsidian/
