topguy commited on
Commit
225b0b8
·
1 Parent(s): b8aa004

chore: Add .env to .gitignore

Browse files

The .env file is intended to hold sensitive information and should not be tracked by git.

Files changed (1) hide show
  1. .gitignore +1 -0
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  __pycache__/
2
  logviewer/__pycache__/
 
 
1
  __pycache__/
2
  logviewer/__pycache__/
3
+ .env