diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf687b9 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/src/lib/__pycache__/convex_hull.cpython-39.pyc b/src/lib/__pycache__/convex_hull.cpython-39.pyc deleted file mode 100644 index a23e7e0..0000000 Binary files a/src/lib/__pycache__/convex_hull.cpython-39.pyc and /dev/null differ diff --git a/src/lib/__pycache__/cross_correlation.cpython-39.pyc b/src/lib/__pycache__/cross_correlation.cpython-39.pyc deleted file mode 100644 index ecab59b..0000000 Binary files a/src/lib/__pycache__/cross_correlation.cpython-39.pyc and /dev/null differ diff --git a/src/lib/__pycache__/deconvolve.cpython-39.pyc b/src/lib/__pycache__/deconvolve.cpython-39.pyc deleted file mode 100644 index 94f439e..0000000 Binary files a/src/lib/__pycache__/deconvolve.cpython-39.pyc and /dev/null differ diff --git a/src/lib/__pycache__/fits.cpython-39.pyc b/src/lib/__pycache__/fits.cpython-39.pyc deleted file mode 100644 index c4757f4..0000000 Binary files a/src/lib/__pycache__/fits.cpython-39.pyc and /dev/null differ diff --git a/src/lib/__pycache__/plots.cpython-39.pyc b/src/lib/__pycache__/plots.cpython-39.pyc deleted file mode 100644 index 244f8c1..0000000 Binary files a/src/lib/__pycache__/plots.cpython-39.pyc and /dev/null differ diff --git a/src/lib/__pycache__/reduction.cpython-39.pyc b/src/lib/__pycache__/reduction.cpython-39.pyc deleted file mode 100644 index a7e4f05..0000000 Binary files a/src/lib/__pycache__/reduction.cpython-39.pyc and /dev/null differ