-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy path.gitignore
More file actions
148 lines (129 loc) · 2.58 KB
/
Copy path.gitignore
File metadata and controls
148 lines (129 loc) · 2.58 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
node_modules/
.pnpm-store/
/dist/
/build/
coverage/
.DS_Store
.history
**/.DS_Store
yarn.lock
package-lock.json
_internal/
main
# config/
Atlas/
# src-tauri/
node-*
/data/
/log/
# For windows user
src-tauri/NSIS
src-tauri/target
src-tauri/target-instance*/
src-tauri/WixTools314
*.exe
src-tauri/target/release/bundle
newmain-aarch64-apple-darwin
newmain
lib/
# Allow src/lib/ to be tracked (important utilities and wrappers)
!src/lib/
*storybook.log
# Orgii Session - Critical Excludes (auto-added)
*.egg-info/
*.pyc
*.pyd
*.pyo
*.rar
*.so
*.swo
*.swp
*.tar.gz
*.zip
# Large model files (download via scripts/download_models.py)
*.gguf
*.ggml
*.safetensors
*.onnx
*.onnx.data
src-tauri/model/coderank/
src-tauri/model/coderank_ggml/
src-tauri/model/coderank_onnx/
src-tauri/model/jina/
.Python
.env
.env.local
.idea/
.venv/
.vscode/
# Allow workspace settings and configuration to be tracked
!.vscode/settings.json
!.vscode/css_custom_data.json
!.vscode/extensions.json
!.vscode/tasks.json
.worktrees/
Thumbs.db
__pycache__/
dist/
venv/
# Orgii Session - Critical Excludes (auto-added)
build/
# Sensitive files
encoded_key.txt
scripts/tauri/diagnostics-auth-parts.local.cjs
# Runtime lock files
init.lock
# Build artifacts
latest.json
npminstall-debug.log
# Runtime directories
None/
# Temporary/test files
text.html
test.js
test-flow-awareness.js
verify-flow-awareness.md
chathistory.json
# IDE-specific configuration - all settings.json files are tracked
# Local sidecar symlinks (machine-specific paths)
ORG2 Helper (Backend)-*
src-tauri/bin/ORG2 Helper (Semantic)-*
ORGII Helper (Backend)-*
src-tauri/bin/ORGII Helper (Semantic)-*
SOYD Helper (Backend)-*
src-tauri/bin/SOYD Helper (Semantic)-*
# Local machine-specific paths
.orgiiproject/
.soydproject/
# Agent transcript dumps (never check these in)
chathistory.json
cursor_chat_export.json
subagent_history.json
*_subagent_history.json
# Downloaded / locally built sidecar binaries
src-tauri/bin/agent-browser-*
src-tauri/bin/peekaboo*
src-tauri/bin/qdrant-*
# Local test/data dumps
data.json
# IDE / tool artifacts
.eslintcache
.cursor/
# Keep local ORGII state ignored while allowing explicitly vendored workspace skills.
.orgii/*
!.orgii/skills/
.orgii/skills/*
!.orgii/skills/org2-performance-guard/
!.orgii/skills/org2-performance-guard/**
!.orgii/skills/react-best-practices/
!.orgii/skills/react-best-practices/**
.soyd/
# macOS copy-conflict duplicates (e.g. "file 2.rs", "file 3.rs")
*\ [0-9].*
# Code server binary (downloaded dependency)
code-server-bin/
BitFun/
archive/
**/.build/
# Codex CLI local state (created when codex runs inside the repo)
.codex/