2024-09-09 18:51:04 +04:00
|
|
|
# ---> JupyterNotebooks
|
|
|
|
# gitignore template for Jupyter Notebooks
|
|
|
|
# website: http://jupyter.org/
|
|
|
|
|
|
|
|
.ipynb_checkpoints
|
|
|
|
*/.ipynb_checkpoints/*
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
2024-09-17 18:03:03 +04:00
|
|
|
# Virutal Python environment
|
|
|
|
aimenv/
|
2024-09-17 23:42:34 +04:00
|
|
|
.venv/
|
2024-09-17 18:03:03 +04:00
|
|
|
|
2024-10-19 00:25:57 +04:00
|
|
|
# CSV datasets
|
|
|
|
static/*
|
|
|
|
|
2024-09-09 18:51:04 +04:00
|
|
|
# Remove previous ipynb_checkpoints
|
|
|
|
# git rm -r .ipynb_checkpoints/
|
|
|
|
|
2024-10-19 00:25:57 +04:00
|
|
|
|