quick ignore of python environments

This commit is contained in:
BlackFrog1 2020-06-08 11:46:16 -04:00
parent 05b235c38b
commit 8dd9a85615
No known key found for this signature in database
GPG Key ID: 1AB38175C4F72293

9
.gitignore vendored
View File

@ -18,3 +18,12 @@ pwnagotchi.egg-info
*backup*.tgz
*backup*.gz
.vscode
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/