ium_464915/.gitignore

19 lines
231 B
Plaintext
Raw Normal View History

2024-03-13 14:52:29 +01:00
# ---> JupyterNotebooks
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# IPython
profile_default/
ipython_config.py
2024-03-19 19:22:03 +01:00
/train/
/test/
2024-04-28 19:10:12 +02:00
__pycache__/
2024-03-13 14:52:29 +01:00
2024-05-29 21:04:36 +02:00
/train
/test