updated gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -12,8 +12,8 @@ __pycache__/
|
|||||||
# Virtual environments
|
# Virtual environments
|
||||||
enisper/
|
enisper/
|
||||||
venv/
|
venv/
|
||||||
.env # Ignore the specific .env file
|
**/.env # Ignore the specific .env file
|
||||||
.env.* # Ignore local variations like .env.local or .env.development
|
**/.env.* # Ignore local variations like .env.local or .env.development
|
||||||
!.env.example # OPTIONAL: Ensure the example file is NOT ignored (the '!' means 'exclude from ignore')
|
!.env.example # OPTIONAL: Ensure the example file is NOT ignored (the '!' means 'exclude from ignore')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user