mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-04-21 09:26:55 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
16 lines
373 B
Text
16 lines
373 B
Text
# gitignore template for Jupyter Notebooks
|
|
# website: http://jupyter.org/
|
|
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# Jupyter lab virtual documents
|
|
# https://jupyterlab-lsp.readthedocs.io/en/2.x/Configuring.html#virtual_documents_dir
|
|
.virtual_documents/
|
|
|
|
# Remove previous ipynb_checkpoints
|
|
# git rm -r .ipynb_checkpoints/
|