-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (63 loc) · 1.24 KB
/
.gitignore
File metadata and controls
69 lines (63 loc) · 1.24 KB
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
64
65
66
67
68
69
# Build artifacts
*.o
*.a
*.so
*.dylib
*.dSYM/
adam.js
adam.wasm
test_adam
test_live
test_chat
test_voice_interactive
test_voice_talk
adam
# Models
*.gguf
*.bin
models/
# Secrets
.env
*.key
# Project docs (kept outside repo)
CLAUDE.md
PLAN.md
# IDE / OS
.DS_Store
*.swp
*.swo
*~
.vscode/
.idea/
# Dependency build artifacts
deps/*/build/
deps/*/CMakeCache.txt
deps/*/CMakeFiles/
deps/*/cmake_install.cmake
deps/*/Makefile
deps/*/*.a
test_vision
# Example binaries (name matches directory: examples/foo/foo)
examples/simple-conversation/simple-conversation
examples/tool-calling/tool-calling
examples/local-model/local-model
examples/local-vision/local-vision
examples/google-gemini/google-gemini
examples/image-generation/image-generation
examples/structured-json/structured-json
examples/memory/memory
examples/sessions/sessions
examples/streaming/streaming
examples/voice/voice
examples/multi-agent/multi-agent
examples/evolution/evolution
examples/research/research
examples/filesystem-sandbox/filesystem-sandbox
examples/guardrails/guardrails
examples/response-cache/response-cache
examples/thread-pool/thread-pool
examples/full-agent/full-agent
examples/sqlite-query/sqlite-query
examples/telegram/telegram
examples/wasm-chat/adam.js
examples/wasm-chat/adam.wasm