-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (60 loc) · 805 Bytes
/
.gitignore
File metadata and controls
69 lines (60 loc) · 805 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
*.egg
*.egg-info
*.egg-info/
*.py[cod]
*.so
*.parquet
*.npy
*~
.cache
.hypothesis
.idea
.tox
.vs
.vscode
.DS_Store
/dist
__pycache__
_skbuild
build
cmake-build-debug
docs/_build
*.err
*.out
*.csv
scripts/*
scripts/*.fasta
scripts/fastas/*.fasta
scripts/combined_db*
*_play.py
src/lobster/hydra_config/experiment/*
src/lobster/mcp/claude_desktop_config.json
notebooks/nathan/*
notebooks/karina/*
*.ipynb
models/*
dev
outputs
wandb
lightning_logs
.env
dev
*.ckpt
# DGEB evaluation results and test reports
*.log
dgeb_results/
dgeb_test_results/
dgeb_mock_results/
*_dgeb_eval/
evaluation_report.md
results_summary.json
# DXT extensions (large binary files)
test_dxt/*
*.dxt
# Databases and macOS artifacts
*.lmdb/
*.mdb
._*
# UME HF model
src/lobster/model/integrations/ume_huggingface/model/*
*.sh