Add al files from local folder

This commit is contained in:
dhafli01
2022-12-09 11:20:16 +01:00
parent a69d15806c
commit f4b2a7a379
7 changed files with 479 additions and 0 deletions

15
.gitignore vendored
View File

@@ -51,6 +51,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
.json
# Translations
*.mo
@@ -160,3 +161,17 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# ---> JupyterNotebooks
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# IPython
profile_default/
ipython_config.py
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/