Merge pull request #890 from BlackFrog1/laptop

Ignore python virtual environments
This commit is contained in:
Simone Margaritelli 2020-06-26 14:10:33 +02:00 committed by GitHub
commit 3e3fff298c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/