Added gitignore templates

This commit is contained in:
2026-04-14 20:35:08 -05:00
parent d84f5536ed
commit 4bc80d74bb
308 changed files with 8709 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# 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/

View File

@@ -0,0 +1,7 @@
# gitignore template for Nikola static site generator
# website: https://getnikola.com/
.doit.db
*.py[cod]
cache/
output/