upgrade .gitignore
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -6,10 +6,16 @@ __pycache__/
|
|||||||
*.pyo
|
*.pyo
|
||||||
*.pyd
|
*.pyd
|
||||||
|
|
||||||
|
# Virtual environments
|
||||||
|
|
||||||
|
|
||||||
# Virtual environments
|
# Virtual environments
|
||||||
enisper/
|
enisper/
|
||||||
venv/
|
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
|
# Audio / Video / Media
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
API_KEY=YOUR_API_KEY
|
||||||
|
BASE_URL=http://pluto/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user