mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 06:48:56 +00:00
db5524a9ab
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
12 lines
234 B
Text
12 lines
234 B
Text
# 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/
|