add .gitignore to remove python cache and fits data

This commit is contained in:
Thibault Barnouin
2021-05-27 18:55:13 +02:00
parent 3117a2ee3e
commit 711edee710
7 changed files with 13 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Byte-compiled / optimized / DLL files
__pycache__/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# Ignore any .fits/.npy data file
*.fits
*.npy