-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
188 lines (161 loc) · 2.33 KB
/
.gitignore
File metadata and controls
188 lines (161 loc) · 2.33 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# CodeGraph High-Performance Code Intelligence System
# .gitignore for Rust workspace with RocksDB, FAISS, tree-sitter integration
# Rust/Cargo
/target/
**/*.rs.bk
*.pdb
# Cargo.lock is committed to ensure reproducible builds for this application.
# Build artifacts
/build/
/dist/
/out/
# These are not standard Rust build directories.
# If you don't have top-level 'debug' or 'release' directories, you can remove these.
debug/
release/
# RocksDB data directories
/data/
/db/
/rocksdb/
*.sst
*.log
LOG*
MANIFEST-*
CURRENT
LOCK
OPTIONS-*
*.ldb
# FAISS indices and vector storage
/indices/
/vectors/
*.faiss
*.index
*.vec
/embeddings/
# Tree-sitter generated files
/grammars/
/parsers/
tree-sitter-*/
*.so
*.dylib
*.dll
# Test artifacts
/test-data/
/test-output/
/test-repos/
*.profraw
# Benchmarking results
/benches/target/
criterion/
flamegraph.svg
perf.data*
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Environment and configuration
.env
.env.local
.env.*.local
config.toml
local.toml
# Documentation build artifacts
/docs/target/
/book/
mdbook-*
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
/tmp/
/temp/
# Logs
logs/
/logs/
# Cache directories
.cache/
/cache/
# Development databases and test files
*.db
*.sqlite
*.sqlite3
dev.db
test.db
# Profiling and debugging
*.prof
*.trace
heaptrack.*
massif.out.*
# Security sensitive files
*.pem
*.key
*.p12
secrets.json
credentials.json
config/secrets.enc
# Local development overrides
local_config.toml
dev_settings.toml
# Generated documentation
/target/doc/
# Package manager files (if using additional tools)
node_modules/
package-lock.json
yarn.lock
# Python cache (if any Python tooling is used)
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt
# Python virtual environments
.venv/
venv/
env/
ENV/
.uv/
# Coverage reports
tarpaulin-report.html
cobertura.xml
lcov.info
coverage/
# Backup files
*.bak
*.backup
# Keep important config templates
!config.example.toml
!settings.template.toml
# Gemini CLI and agent-related files
.gemini/
.claude/
.ouroboros/
.mao/
ouroboros-*/
QWEN.md
GEMINI.md
CLAUDE.md
AGENTS.md
CRUSH.md
OUROBOROS.md
.codegraph/
SESSION-MEMORY.md
.serena/
.codegraph.toml
/test_output/
/test_output_http/
CODEX_JOURNAL.md
idd-state.graphson
todo.md
*.spec.md
journal.md