# honest-scholar plugin — consumers create these in THEIR repos, never here
.honest-scholar/cache/          # http + dataset caches (cli.py writes here)
.honest-scholar/keys.json       # CLI-owned API-key store (0600; ADR-0029)
.honest-scholar/rclone.conf
*.rclone.conf

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/

# Python (only if supporting scripts are added)
__pycache__/
*.pyc
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# coverage artifacts
.coverage
.coverage.*
htmlcov/
coverage.xml

# build artifacts
dist/
build/
*.egg-info/
