forked from buenrostrolab/scPrinter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (47 loc) · 708 Bytes
/
.gitignore
File metadata and controls
53 lines (47 loc) · 708 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
/bpnetlite/__init__.py
/bpnetlite/attributions.py
/bpnetlite/bpnet.py
/bpnetlite/chrombpnet.py
/bpnetlite/hit_calling.py
/bpnetlite/io.py
/bpnetlite/logging.py
/bpnetlite/losses.py
/bpnetlite/marginalize.py
/bpnetlite/negatives.py
/bpnetlite/performance.py
/config_dir/
node_modules/
# Temp files
.DS_Store
*~
buck-out/
node_modules/
playground/
data/
temp/
# Compiled files
.venv/
__pycache__/
.mypy_cache/
.ruff_cache/
# Distribution / packaging
/build/
/dist/
/*.egg-info/
# Tests and coverage
/.pytest_cache/
/.cache/
/data/
# docs
/docs/generated/
/docs/_build/
# IDEs
/.idea/
/.vscode/
.ipynb_checkpoints/
/backup/
.DS_Store
/bpnetfootprint/
/scprinter/backup/
/bpnetfootprint/
/scprinter/R_src/