https://github.com/jiwoncpark/baobab
Revision 5911c6af0d0bcc1f38363dc7227b0402228d1484 authored by jiwoncpark on 24 June 2020, 10:14:40 UTC, committed by jiwoncpark on 24 June 2020, 10:14:40 UTC
1 parent 936e902
Raw File
Tip revision: 5911c6af0d0bcc1f38363dc7227b0402228d1484 authored by jiwoncpark on 24 June 2020, 10:14:40 UTC
Spell out fastell4py install
Tip revision: 5911c6a
.gitignore
# Data
*.csv
*.npy
*.txt
*.h5
*.hdf5
out_data/*

# Personal config files under development
my_configs/*

# HTML builds
docs/_build/*

# Notebook
*ipynb_checkpoints

# Compiled python modules.
*.pyc
*__pycache__

# Setuptools distribution folder.
/dist/
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
.eggs/*

# Temp
*Untitled.ipynb
*~
*#
back to top