-
Notifications
You must be signed in to change notification settings - Fork 533
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (51 loc) · 891 Bytes
/
.gitignore
File metadata and controls
63 lines (51 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Claude Code (ignore personal config, but keep shared commands, agents, and hooks)
.claude/
!.claude/commands/
!.claude/agents/
!.claude/hooks/
# OS
.DS_Store
Thumbs.db
# Node (if any tooling added later)
node_modules/
npm-debug.log*
# Python
__pycache__/
*.pyc
# Misc
*.log
*.tmp
*.bak
*.wav
*.mp3
*.onnx
# Personal notes & temp files
to-ignore/
docs/drafts/
.grepai/
whitepapers/
claudedocs/
.mcp.json
# Book (work in progress, not public yet)
book/
# Guide export artifacts (generated files, not committed)
dist/
.build-exports/
*.epub
# Translation cache (chunked intermediate files, auto-cleaned on success)
.translation-cache/
# Multi-provider (will be moved to dedicated repo)
examples/multi-provider/
# MCP server build output
mcp-server/dist/
mcp-server/node_modules/
# Vitals provenance data
.vitals/
.worktrees/
.fastembed_cache/