https://github.com/jiwoncpark/baobab
Revision d63579e8416da366e4160fd664cc6f080461a5d7 authored by Sebastian Wagner-Carena on 21 August 2020, 19:44:58 UTC, committed by Sebastian Wagner-Carena on 21 August 2020, 19:44:58 UTC
1 parent 8757d7e
Raw File
Tip revision: d63579e8416da366e4160fd664cc6f080461a5d7 authored by Sebastian Wagner-Carena on 21 August 2020, 19:44:58 UTC
forgot a return statement
Tip revision: d63579e
.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