-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (36 loc) · 787 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (36 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Environment files (secrets)
.env
backend/.env
# Google OAuth credentials (sensitive)
credentials.json
backend/credentials.json
.google_token.json
backend/.google_token.json
# Node modules
node_modules/
frontend/node_modules/
# Next.js
.next/
frontend/.next/
# WhatsApp Playwright session (browser cache)
.whatsapp_session/
backend/.whatsapp_session/
# AI Employee Vault - Dynamic content (tasks, invoices, logs)
AI_Employee_Valut/Invoices/
AI_Employee_Valut/Done/
AI_Employee_Valut/Approved/
AI_Employee_Valut/Rejected/
AI_Employee_Valut/Needs_Action/
AI_Employee_Valut/Pending_Approval/
AI_Employee_Valut/Logs/
AI_Employee_Valut/Briefings/
AI_Employee_Valut/.obsidian/