Archisman Karmakar
commited on
Commit
·
33cc653
1
Parent(s):
0426d64
fix
Browse files- .gitignore +5 -0
.gitignore
CHANGED
@@ -15,3 +15,8 @@ venv/
|
|
15 |
# Ignore Poetry and Pip related files
|
16 |
# poetry.lock
|
17 |
# pip-log.txt
|
|
|
|
|
|
|
|
|
|
|
|
15 |
# Ignore Poetry and Pip related files
|
16 |
# poetry.lock
|
17 |
# pip-log.txt
|
18 |
+
|
19 |
+
# Ignore environment variable files
|
20 |
+
.env
|
21 |
+
.env.*
|
22 |
+
|