Add a simple .gitignore file
This commit is contained in:
parent
d2fdda7c09
commit
f33af96847
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Environments
|
||||
.env/
|
||||
env/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Jupyter
|
||||
.ipynb_checkpoints/
|
||||
|
||||
# pyenv
|
||||
.python-version
|
Loading…
Reference in a new issue