Files
TrochtaOndrej df0baeff36 feat: initial commit — global Claude Code config
Tracked: CLAUDE.md, agents, skills, settings, memory.
Ephemeral data (sessions, history, telemetry, tasks) excluded via .gitignore.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 14:32:21 +01:00

38 lines
555 B
Plaintext

# Secrets
.credentials.json
# All session/ephemeral/runtime data
history.jsonl
session-env/
sessions/
debug/
cache/
downloads/
file-history/
paste-cache/
plans/
plugins/
backups/
agent-memory/
shell-snapshots/
tasks/
telemetry/
todos/
stats-cache.json
# Projects — only track memory subdirs
projects/*
!projects/-home-zuf-dev-code/
projects/-home-zuf-dev-code/*
!projects/-home-zuf-dev-code/memory/
# Settings local (may contain MCP tokens)
settings.local.json
# Skills build artifacts
skills/**/node_modules/
skills/**/__pycache__/
# OS
.DS_Store