Skip to content

Commit

Permalink
Added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JuiP committed May 31, 2021
1 parent a7993ef commit 2ea078d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#Jupyter notebook checkpoints
**/.ipynb_checkpoints/*

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.egg-info

# Python build artifacts
build/
dist/

#ignored examples files
examples/*.log

# Editors
.vscode/
.idea/

# Type checking
.mypy_cache

.coverage

0 comments on commit 2ea078d

Please sign in to comment.