chore: Add .env to .gitignore
Browse filesThe .env file is intended to hold sensitive information and should not be tracked by git.
- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
__pycache__/
|
| 2 |
logviewer/__pycache__/
|
|
|
|
|
|
| 1 |
__pycache__/
|
| 2 |
logviewer/__pycache__/
|
| 3 |
+
.env
|