https://github.com/MDverse/mdda
Tip revision: 8284f29cf578f83bcd7cf4bd0ebe370a5d45e95f authored by Pierre Poulain on 16 May 2024, 16:03:16 UTC
Update Python and Jupyter Lab version
Update Python and Jupyter Lab version
Tip revision: 8284f29
.gitignore
# Data files
*.tsv
data/*
!data/.gitkeep
# Result outputs
notebooks/*.html
!notebooks/paper_stats_and_figures_2023-04-23.html
notebooks/fig/*.png
notebooks/fig/*.svg
results/
results.zip
# dev / test files
dev*
# credential file
.env
# Byte-compiled Python files
__pycache__/
# Jupyter notebook checkpoints
.ipynb_checkpoints
# MAC tmp files
.DS_Store