https://hal.archives-ouvertes.fr/hal-03151484
Raw File
Tip revision: 4a1cd279fac42cad9781de97dce1b2c61bf362fe authored by Software Heritage on 24 February 2021, 00:00:00 UTC
hal: Deposit 1489 in collection hal
Tip revision: 4a1cd27
.gitignore
# Created by https://www.gitignore.io/api/jupyternotebooks
# Edit at https://www.gitignore.io/?templates=jupyternotebooks

### 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/

# End of https://www.gitignore.io/api/jupyternotebooks

__pycache__
*/__pycache__/*

persisted_content
*/persisted_content/*

#Dump
DoNotPush
*/DoNotPush/*

#Baseline folders, do not need to be pushed (code duplication)
Baselines
*/Baselines/*

#TeX compilation files
*.bbl
*.blg
*.fls
*.aux
*.fdb_latexmk
*.log
*.pdf
*.synctex*
**/*.bbl
**/*.blg
**/*.fls
**/*.aux
**/*.fdb_latexmk
**/*.log
**/*.pdf
**/*.synctex*

back to top