Added .env*/ and pip-wheel-metadata/
This commit is contained in:
parent
e4a78046d7
commit
579c705ef1
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
# Pyenv files
|
# Pyenv files
|
||||||
.python-version
|
.python-version
|
||||||
.venv*/
|
.venv*/
|
||||||
|
.env*/
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
@ -25,6 +26,7 @@ var/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
|
pip-wheel-metadata/
|
||||||
|
|
||||||
# PyInstaller
|
# PyInstaller
|
||||||
# Usually these files are written by a python script from a template
|
# Usually these files are written by a python script from a template
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue