Skip to content

Commit ea96ddb

Browse files
committed
2 parents bdbd275 + 253aefb commit ea96ddb

File tree

12 files changed

+28
-638
lines changed

12 files changed

+28
-638
lines changed

.gitignore

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,28 @@ out/
5252
.cache/
5353
.parcel-cache
5454

55+
# More specific virtual environment patterns
56+
**/venvsource/
57+
backend/venvsource/
58+
**/venv*/
59+
**/virtualenv*/
60+
61+
# GitHub Actions
62+
.github/workflows/
63+
64+
# Firebase local emulator data
65+
**/emulator-data/
66+
67+
# Firebase service account keys and sensitive configs
68+
**/*-firebase-adminsdk-*.json
69+
**/*.serviceaccount.json
70+
**/serviceAccountKey.json
71+
72+
# Local environment files that might contain secrets
73+
**/.env.*
74+
**/.secret.*
75+
**/secrets.*
76+
5577
# IDE specific files
5678
.idea/
5779
.vscode/
@@ -121,4 +143,4 @@ Thumbs.db
121143

122144
# Firebase debugging logs
123145
firebase-debug.log*
124-
firebase-debug.*.log*
146+
firebase-debug.*.log*

backend/backend/backend/venvsource/Scripts/Activate.ps1

Lines changed: 0 additions & 502 deletions
This file was deleted.

backend/backend/backend/venvsource/Scripts/activate

Lines changed: 0 additions & 70 deletions
This file was deleted.

backend/backend/backend/venvsource/Scripts/activate.bat

Lines changed: 0 additions & 34 deletions
This file was deleted.

backend/backend/backend/venvsource/Scripts/deactivate.bat

Lines changed: 0 additions & 22 deletions
This file was deleted.
-106 KB
Binary file not shown.
-106 KB
Binary file not shown.
-106 KB
Binary file not shown.
-264 KB
Binary file not shown.
-253 KB
Binary file not shown.

0 commit comments

Comments
 (0)