new: Added a gitignore file
This commit is contained in:
parent
7ada3d1694
commit
bbe6ccd7df
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
# pyenv
|
||||
.python-version
|
||||
|
||||
# Setuptools distribution folder.
|
||||
/dist/
|
||||
/build/
|
||||
|
||||
# Python egg metadata, regenerated from source files by setuptools.
|
||||
/*.egg-info
|
||||
/*.egg
|
||||
|
||||
/__pycache__/
|
||||
|
||||
# Ingore .venv
|
||||
.venv
|
Loading…
Reference in a new issue