initial framework; to be extended

This commit is contained in:
2025-10-23 08:46:48 +02:00
commit 32228496d2
7 changed files with 469 additions and 0 deletions

30
.gitignore vendored Normal file
View 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/