Added environments and added more byte-compiled files to .gitignore

pull/2/head
Alve Svarén 5 years ago
parent a53f33a251
commit fec8ce6030
  1. 13
      .gitignore

13
.gitignore vendored

@ -1,2 +1,13 @@
hue_remote/config.py
*.pyc
*.py[cod]
__pycache__/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
Loading…
Cancel
Save