From 27fb00fde5f6645769807187458daf7d030fdad8 Mon Sep 17 00:00:00 2001
From: Adrien <adrien.payen@student.uclouvain.be>
Date: Fri, 24 May 2024 13:12:46 +0200
Subject: [PATCH] update zero

---
 .DS_Store              | Bin 0 -> 6148 bytes
 .gitignore             | 138 -----------------------------------------
 .streamlit/config.toml |   2 -
 3 files changed, 140 deletions(-)
 create mode 100644 .DS_Store
 delete mode 100644 .gitignore
 delete mode 100644 .streamlit/config.toml

diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..485871f45c42a75f26a80ea345b950c3463fb4a1
GIT binary patch
literal 6148
zcmeHKOHRW;47Jk=%4bmtA$5b46I9{`p_Bz{4p2x76(Y2i5*F;T=P;ax!?1#9k6Y16
zi&!Cq?8@^d9zRd#CCX%ohzC!TQ=%>rb>M=@9-0j%<KhiVEFy!fHJ+)Wdm2+oqeiv|
z{-OeM?~dt)X7GZ(-oKI_HC9j`_jG}=8ReJ7e4H2a94vWc&fxtIHS~yf5Lw{Ym;5OA
zHOk$k9QDWaK)0woS<mK^D0?57bL8FOzfAFbZJ2>yBF>?4N<5Xa!fFfeJ>o6rs`Q^#
zo91erN1P*@Ysneu>Pl3YY}YTDMpe4sR%vLOyhVImy14?bfGh9=1+Zs}bq)f0>k7C6
zuE0tGc|W9Z!OXA@sILw*dISKr5mrNAJ`9DE8fJ!dK#agRP=SHUcEsR7M?AH>%&-m^
z=)`vTV4Iokgu*&I>Zh7coCWmO6>tUC6=;RauI&F8+t2^&B)@V6T!DY30Jn!%!vU6L
yduwBHve%~YYq*%?)d5!&baX35u586UxEkWAbby&*9S{+ie+Z}y-nat4s=z1olZ6Zb

literal 0
HcmV?d00001

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index b7aac26a..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,138 +0,0 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-*$py.class
-
-# C extensions
-*.so
-
-# Distribution / packaging
-.Python
-build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
-pip-wheel-metadata/
-share/python-wheels/
-*.egg-info/
-.installed.cfg
-*.egg
-MANIFEST
-
-# PyInstaller
-#  Usually these files are written by a python script from a template
-#  before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.nox/
-.coverage
-.coverage.*
-.cache
-nosetests.xml
-coverage.xml
-*.cover
-*.py,cover
-.hypothesis/
-.pytest_cache/
-
-# Translations
-*.mo
-*.pot
-
-# Django stuff:
-*.log
-local_settings.py
-db.sqlite3
-db.sqlite3-journal
-
-# Flask stuff:
-instance/
-.webassets-cache
-
-# Scrapy stuff:
-.scrapy
-
-# Sphinx documentation
-docs/_build/
-
-# PyBuilder
-target/
-
-# Jupyter Notebook
-.ipynb_checkpoints
-
-# IPython
-profile_default/
-ipython_config.py
-
-# pyenv
-.python-version
-
-# pipenv
-#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
-#   However, in case of collaboration, if having platform-specific dependencies or dependencies
-#   having no cross-platform support, pipenv may install dependencies that don't work, or not
-#   install all needed dependencies.
-#Pipfile.lock
-
-# PEP 582; used by e.g. github.com/David-OConnor/pyflow
-__pypackages__/
-
-# Celery stuff
-celerybeat-schedule
-celerybeat.pid
-
-# SageMath parsed files
-*.sage.py
-
-# Environments
-.env
-.venv
-env/
-venv/
-ENV/
-env.bak/
-venv.bak/
-
-# Spyder project settings
-.spyderproject
-.spyproject
-
-# Rope project settings
-.ropeproject
-
-# mkdocs documentation
-/site
-
-# mypy
-.mypy_cache/
-.dmypy.json
-dmypy.json
-
-# Pyre type checker
-.pyre/
-
-# MacOS
-.DS_Store
-
-# Images and data
-images
-*.zip
-posters
-
diff --git a/.streamlit/config.toml b/.streamlit/config.toml
deleted file mode 100644
index 37b9ad34..00000000
--- a/.streamlit/config.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-[theme]
-base="dark"
-- 
GitLab