Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow
This commit is contained in:
31
templates/jupyter.gitignore
Normal file
31
templates/jupyter.gitignore
Normal file
@@ -0,0 +1,31 @@
|
||||
# Jupyter
|
||||
.ipynb_checkpoints/
|
||||
*.ipynb_checkpoints
|
||||
*/.ipynb_checkpoints/*
|
||||
|
||||
# IPython
|
||||
profile_default/
|
||||
ipython_config.py
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Data
|
||||
*.csv
|
||||
*.xlsx
|
||||
*.parquet
|
||||
Reference in New Issue
Block a user