Update gitignore
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@ -0,0 +1,13 @@
|
|||||||
|
### Python ###
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
### Jupyter Notebook ###
|
||||||
|
.ipynb_checkpoints
|
||||||
|
|
||||||
|
### VSCode ###
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
### Virtual Environment ###
|
||||||
|
env/
|
||||||
|
|||||||
Reference in New Issue
Block a user