https://github.com/jiwoncpark/baobab
Revision a92d4aac1b99a824b0a087f1dd7016d463af4cff authored by jiwoncpark on 04 August 2020, 22:12:45 UTC, committed by jiwoncpark on 04 August 2020, 22:12:45 UTC
1 parent cf877fa
Raw File
Tip revision: a92d4aac1b99a824b0a087f1dd7016d463af4cff authored by jiwoncpark on 04 August 2020, 22:12:45 UTC
Stop tracking deleted psf fits files
Tip revision: a92d4aa
.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