Files
bot-bottle/.gitignore
T
didericis 6eb898ffca
test / unit (push) Successful in 13s
test / integration (push) Successful in 13s
chore(git): ignore .claude/ local state
The directory carries this session's scheduled-tasks lock file and
agent-memory cache; both are per-user state, not project artifacts.
Stops `git status` from listing it on every command.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-12 15:13:43 -04:00

21 lines
274 B
Plaintext

.DS_Store
Thumbs.db
# Claude Code local state — agent memory, scheduler lock, etc.
.claude/
# mcp-server (TypeScript)
mcp-server/node_modules/
mcp-server/dist/
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/