# defendable-science plugin — consumers create these in THEIR repos, never here
.defendable-science/cache/          # http + dataset caches (cli.py writes here)
.defendable-science/keys.json       # CLI-owned API-key store (0600; ADR-0029)
.defendable-science/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/

# git worktrees (agent isolation)
.worktrees/
.claude/worktrees/
