updated gitignore

This commit is contained in:
2026-01-06 14:17:16 +01:00
parent 5cfcba4f67
commit 063643aa00

4
.gitignore vendored
View File

@@ -12,8 +12,8 @@ __pycache__/
# Virtual environments
enisper/
venv/
.env # Ignore the specific .env file
.env.* # Ignore local variations like .env.local or .env.development
**/.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')