# Raw sequencing and contact data (large files; download via run_pipeline.sh)
data/raw/

# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
*.egg-info/
dist/
build/

# Environments
.env
*.env
.venv/

# Editors
.vscode/
.idea/
*.swp
*~

# Jupyter
.ipynb_checkpoints/
*.ipynb

# OS
.DS_Store
Thumbs.db
