upgrade .gitignore
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -6,10 +6,16 @@ __pycache__/
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Virtual environments
|
||||
|
||||
|
||||
# Virtual environments
|
||||
enisper/
|
||||
venv/
|
||||
*.env/
|
||||
.env # Ignore the specific .env file
|
||||
.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')
|
||||
|
||||
|
||||
# ======================
|
||||
# Audio / Video / Media
|
||||
|
||||
Reference in New Issue
Block a user