Spaces:
Sleeping
Sleeping
Sanjay kumar K Claude Sonnet 4.6 commited on
Commit ·
4e82a4a
1
Parent(s): f137744
Update .gitignore to exclude .env.example files
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
# Environment
|
| 2 |
.env
|
| 3 |
*.env
|
|
|
|
|
|
|
| 4 |
|
| 5 |
# Python
|
| 6 |
__pycache__/
|
|
|
|
| 1 |
# Environment
|
| 2 |
.env
|
| 3 |
*.env
|
| 4 |
+
.env.example
|
| 5 |
+
*.env.example
|
| 6 |
|
| 7 |
# Python
|
| 8 |
__pycache__/
|