unraid-mcp/.gitignore
2026-04-15 19:13:31 -04:00

96 lines
2.5 KiB
Text

# ── Secrets ──────────────────────────────────────────────────────────────────
.env
.env.*
!.env.example
# ── Runtime artifacts ────────────────────────────────────────────────────────
*.log
*.pid
*.bak
*.bak-*
# ── Claude Code / AI tooling ────────────────────────────────────────────────
.claude/settings.local.json
.claude/worktrees/
.omc/
.lavra/
.beads/
.dolt/
*.db
*.db-shm
*.db-wal
.beads-credential-key
.serena/
.worktrees/
.full-review/
.full-review-archive-*
.bivvy
scaffold-plans/
# ── IDE / editor ─────────────────────────────────────────────────────────────
.vscode/
.cursor/
.windsurf/
.1code/
.idea/
.zed/
*.iml
*.swp
*.swo
*~
.emdash.json
# ── OS generated ─────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Caches (ALL tool caches go here) ─────────────────────────────────────────
.cache/
# ── Documentation artifacts (session/plan docs, not reference) ───────────────
.docs/
docs/plans/
docs/sessions/
docs/reports/
docs/research/
docs/superpowers/
specs/
# ── Python ───────────────────────────────────────────────────────────────────
.venv/
__pycache__/
*.py[oc]
*.egg-info/
*.egg
build/
dist/
sdist/
wheels/
pip-wheel-metadata/
*.whl
.hypothesis/
.pytest_cache/
.ruff_cache/
.ty_cache/
.mypy_cache/
.pytype/
.pyre/
.pyright/
htmlcov/
.coverage
.coverage.*
coverage.xml
.tox/
.nox/
pip-log.txt
# ── Repo-specific ────────────────────────────────────────────────────────────
/DESTRUCTIVE_ACTIONS.md
client_secret_*.apps.googleusercontent.com.json
.worktrees
# Personal local cheatsheet (never commit)
CLAUDE.md.local
logs/
backups/
data/