1
0

Initial commit

This commit is contained in:
Tibeuleu
2026-02-13 14:45:04 +01:00
commit 131567e9b1
8 changed files with 479 additions and 0 deletions

21
.gitignore vendored Executable file
View File

@@ -0,0 +1,21 @@
# Byte-compiled / optimized / DLL files
__pycache__/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# Ignore any .fits/.npy/.par data file
*.fits
*.npy
*.par
*.zip
*.tar
*.tar.xz
# Remove local data and plots folders
data/
plots/