-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (67 loc) · 969 Bytes
/
.gitignore
File metadata and controls
77 lines (67 loc) · 969 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
72
73
74
75
76
77
# Personal
output/
!lib/kbase_protein_query_module/src/output/
outputs/
logs/
test_env/
work/
backup/
.venv
.venv_kpqm
.pytest_cache
.pytest_cache_kpqm
.pytest_cache_kpqm_server
.pytest_cache_kpqm_server_test
.pytest_cache_kpqm_server_test_unit
.pytest_cache_kpqm_server_test_integration
.pytest_cache_kpqm_server_test_functional
.pytest_cache_kpqm_server_test_e2e
.pytest_cache_kpqm_server_test_kbase
.pytest_cache_kpqm_server_test_server
.cursor/
.agent/
# KBase SDK
test_local
sdk.cfg
test_output
backups
# Misc
trash
archive
# Large data files
data/indexes/
data/families/
data/family_centroids/
data/metadata/
data/embeddings/
data/cache/
data/streaming/
data/temp/
# Model files
*.safetensors
*.bin
*.h5
*.npz
*.npy
# Large JSON files
*_index.json
*_metadata.json
# Logs and temporary files
*.log
*.tmp
*.temp
*.coverage
# Python
__pycache__/
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.dbminiconda.sh