-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (42 loc) · 823 Bytes
/
.gitignore
File metadata and controls
46 lines (42 loc) · 823 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
.DS_Store
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.cache/
.venv/
venv/
# Local workflow notes
/AGENTS.md
/CLAUDE.md
/PROCESS.md
/docs/internal/
# Local memory design notes and working docs
modules/memory/docs/
modules/memory/Devlope_PROCESS.md
modules/memory/Module_Arc.md
modules/memory/PROCESS.md
modules/memory/README.md
modules/control_agent/
modules/memorization_agent/
modules/shared/
# Local secrets
.env
.env.bak
modules/memory/config/.env
modules/memory/config/.env.bak
# Runtime and benchmark outputs
modules/memory/outputs/
modules/memory/config/parameter_optimization/outputs/
benchmark/
reference/
modules/media_graph_compiler/docs/
modules/media_graph_compiler/README.md
modules/media_graph_compiler/PROCESS.md
# Local databases and logs
*.db
*.sqlite
*.sqlite3
*.log