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

fetchIP
Alve Svarén 4 years ago
parent afa48a5d67
commit 8f58fea1b2
  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