-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (30 loc) · 712 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (30 loc) · 712 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
build/
build-*/
build_cml/
cmake-build-*/
.cache/
.claude/
compile_commands.json
*.o
*.a
*.so
*.dylib
.DS_Store
.env
credentials.json
# Per-project agent memory — personal scratchpad written by the
# `remember` tool, gitignored on principle (use a checked-in AGENTTY.md
# / CLAUDE.md for team-shared project context instead).
.agentty/
# Release artifacts (uploaded to GitHub releases, not committed)
agentty-linux-*
SHA256SUMS
dist/
# Local dotfiles dump (not part of moha)
dotfiles/
packaging/windows/license.rtf
Testing/
# RAG on-disk index cache (rebuilt from the docs tree; never committed)
.agentty_rag_cache.bin
# Local scratchpad — repro/diag sources, build artifacts (.exe/.obj), logs
scratch/