-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
233 lines (191 loc) · 2.87 KB
/
Copy path.gitignore
File metadata and controls
233 lines (191 loc) · 2.87 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
# Reference directory
reference/
# Rust build artifacts
target/
Cargo.lock
**/*.rs.bk
debug/
release/
*.rlib
# Python build artifacts
python/__pycache__/
python/*.pyc
python/*.pyo
python/*.pyd
python/.pytest_cache/
python/.coverage
python/htmlcov/
python/build/
python/dist/
python/*.egg-info/
python/.venv
python/venv
python/.mypy_cache
python/.tox
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.prof*
*.d
*.pdb
# Output files
*.jf
*.rk
*.txt
*.rkdb
# Except test data files that should be tracked
!python/tests/test_data/*.rkdb
!python/tests/test_data/*.rk
# Golden regression fixtures (plan 01-03, decision D-11) — committed binary
# baselines; sha256 sidecars in tests/fixtures/golden_manifest.sha256 detect
# any tampering or byte drift at test time.
!tests/fixtures/golden_*.rkdb
!tests/fixtures/legacy_v2_offset42.rkdb
# Examples output and data
examples/output/
examples/data/*.fa
examples/data/*.fa.gz
!examples/data/small_dataset.fa
# Test and temporary files (stored in /Users/forrest/Temp/demodata/)
test_output/
temp_files/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Environment files
.env*
!.env.example
# Benchmark results
benches/
criterion/
# Test coverage
tarpaulin-report.html
coverage/
coverage.xml
*.xml
# Added by cargo
/target
# Rust build artifacts
/target/
**/*.rs.bk
Cargo.lock
# Python cache and temp files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Python compiled modules (including rustkmer)
python/rustkmer/*.so
python/rustkmer/*.cpython-*.so
#
.claude/
.serena/
.spekrit/
.specify/
# Documentation build
site/
docs/venv/
docs/_build/
# Temporary scripts
check_rustkmer_methods.py
fix_warnings.py
IMPLEMENTATION_STATUS.md
# Large test data
tests/python/fixtures/large_scale/sequence_xlarge.fa
tests/python/fixtures/large_scale/rnaseq_reads.fq.gz
# Benchmarks directory (removed due to non-compliant code)
benches/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Performance profiling files
*.prof
*.profraw
# Backup files
*.bak
*.backup
*.old
*.orig
*.tmp
*.temp
# Documentation build
site/
docs/.doctrees/
*.doctree
# MkDocs build output
mkdocs.yml.local
# Python wheel builds
*.whl
wheelhouse/
.venv/
examples/marimo/__marimo__/
tmp/
# Tool-specific cache files (can be large)
.serena/
.venv/
.venv*/
# Hypothesis testing cache (property-based testing)
.hypothesis/
.pytest_cache/
# Test databases
*.rkd
*.rkb
# Test binaries
test_memory
test_memory_fixed
# Temporary merge files
ext_sort_*
external_sort_*
# Debug files
*.tmp
merged_test*.rkd