-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 799 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (42 loc) · 799 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
.fmm.db
.fmm.db-shm
.fmm.db-wal
.fmm.test-generate.lock
.nancy/
# Rust
/target
Cargo.lock
**/*.rs.bk
*.pdb
# Python
__pycache__/
.mypy_cache/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
/tmp
# Nancy task runtime (keep structure, ignore runtime files)
.nancy/tasks/*/logs/
.nancy/tasks/*/session-state/
.nancy/tasks/*/sessions/
.nancy/tasks/*/.token_watcher_pid
.nancy/tasks/*/token-usage*.json
.nancy/tasks/*/comms/worker/
.nancy/tasks/*/comms/orchestrator/inbox/
.nancy/tasks/*/comms/archive/
.nancy/tasks/interactive_session_id.txt
.nancy/tasks/*/interactive_session_id.txt
# Environment
.env
.env.local
# Experiment test artifacts (cloned repos)
experiments/*/control/
experiments/*/fmm/
# Brainstorming specs (local design notes, not tracked)
docs/superpowers/