Files
bot-bottle/.gitignore
T
didericis-claude 2fc99ea098
test / unit (pull_request) Successful in 40s
test / integration (pull_request) Successful in 15s
merge: update .gitignore from issue-277-coverage-ci
2026-06-25 14:31:29 -04:00

26 lines
445 B
Plaintext

.DS_Store
Thumbs.db
# User's local manifest — may contain real secrets. The repo ships
# claude-bottle.example.json and claude-bottle.demo.json for reference.
claude-bottle.json
# 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/
.coverage