-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitignore
More file actions
executable file
路71 lines (61 loc) 路 882 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
路71 lines (61 loc) 路 882 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
64
65
66
67
68
69
70
71
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Environment
.env
venv/
env/
.venv/
ENV/
# Project specifics
data/
claude-projects/
state_snapshot.json
*.db
*.sqlite
*.sqlite3
# Testing
.pytest_cache/
htmlcov/
.coverage
.tox/
coverage.json
# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
.watchman-cookie-*
# Debug output files
out.json
out.txt
err.txt
bot.log
logs/
# Runtime artifacts and session data
.nexus/
# Frontend build artifacts and dependencies
node_modules/
frontend/node_modules/
frontend/dist/
.claude/
.mcp.json
# Hivemind agent metadata (internal project state)
.hivemind/
.hivemind_token_secret
hivemind_*.log
hivemind_*.tmp
# SQLite runtime files
hivemind_auth.db-shm
hivemind_auth.db-wal
*.db-shm
*.db-wal
# Orchestration metadata artifacts (plans, tasks, notes)
*.plan.md
notes.json
.notes.json
NOTES.md
task_*.json
plans/
tasks/