Spaces:
Sleeping
Sleeping
Daniel Machado Pedrozo commited on
Commit ·
c8c7be2
1
Parent(s): a162a4c
fix: remove .env from git and add to .gitignore to protect secrets
Browse files- .gitignore +6 -1
.gitignore
CHANGED
|
@@ -2,4 +2,9 @@ models/
|
|
| 2 |
|
| 3 |
**_pycache__**
|
| 4 |
|
| 5 |
-
**.DS_Store**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
**_pycache__**
|
| 4 |
|
| 5 |
+
**.DS_Store**
|
| 6 |
+
|
| 7 |
+
# Arquivos de ambiente (podem conter tokens/secrets)
|
| 8 |
+
.env
|
| 9 |
+
.env.local
|
| 10 |
+
.env.*.local
|