upgrade .gitignore

This commit is contained in:
2026-01-06 14:12:09 +01:00
parent a8fa24d7c3
commit 5cfcba4f67
2 changed files with 9 additions and 1 deletions

8
.gitignore vendored
View File

@@ -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

View File

@@ -0,0 +1,2 @@
API_KEY=YOUR_API_KEY
BASE_URL=http://pluto/v1