Revision 2a9a1b3eafbafef925bedab4b3137a3505a9b750 authored by Ji Won Park on 28 January 2021, 17:53:11 UTC, committed by GitHub on 28 January 2021, 17:53:11 UTC
Add DOI badge
1 parent 575e21b
Raw File
.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