-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (42 loc) · 932 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (42 loc) · 932 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
# Documentation Artifacts
docs/build/
docs/.doctrees/
docs/source/*.DS_Store
# System and Editor Files
*.DS_Store
# Python Artifacts
*.pyc
*__pycache__/
*.egg-info/
src/dialect/_version.py
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Logs
*.log
# Build Artifacts
*.egg
build/
dist/
# IDE and Editor Configurations
.vscode/
*.code-workspace
# Data, Methods, & Output (top-level artifact dirs only; anchored so they do not
# shadow the src/dialect/data package).
/data/
/output/
/figures/
/tables/
external/CBaSE/auxiliary
external/DISCOVER
external/DIGDriver/
external/MutSig2CV/
external/MutSig2CV.tar.gz
external/*.tar.gz
external/*.zip
# Research Artifacts (paper, dissertation, references) — NEVER commit
research/
# Nested repos with their own remotes — backed up independently, never gitlinked here.
# atlas -> ahmed-shuaibi/dialect-atlas · MutSig2CV_src -> upstream getzlab/MutSig2CV
atlas/
external/MutSig2CV_src/