updated gitignore

This commit is contained in:
2026-01-06 14:44:54 +01:00
parent 066f9d327e
commit e82583f135

2
.gitignore vendored
View File

@@ -15,7 +15,7 @@ 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')
**/pipeline/.env
# ====================== # ======================
# Audio / Video / Media # Audio / Video / Media