initial framework; to be extended
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Conda / mamba envs
|
||||
.env/
|
||||
*.yml.lock
|
||||
|
||||
# Data
|
||||
*.hic
|
||||
*.mcool
|
||||
*.cool
|
||||
*.bam
|
||||
*.bw
|
||||
*.bigwig
|
||||
*.bed
|
||||
*.pairs*
|
||||
*.pt
|
||||
*.npy
|
||||
*.csv
|
||||
*.png
|
||||
|
||||
# Jupyter and logs
|
||||
*.ipynb_checkpoints/
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
# Results / temp
|
||||
results/
|
||||
data/
|
||||
Reference in New Issue
Block a user