-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (36 loc) · 702 Bytes
/
.gitignore
File metadata and controls
44 lines (36 loc) · 702 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
44
# Environment variables (contains sensitive API keys)
.env
# Google API credentials and tokens
credentials.json
gmail_token.json
calendar_token.json
# Python cache
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
gmail-ai-env/
# IDE files
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Evaluation framework (not ready for commit)
evaluation_framework/
agent_evaluator.py
demo_evaluation.py
test_evaluation_integration.py
evaluate
evaluation_requirements.txt
EVALUATION_SUMMARY.md
# Evaluation reports and outputs
*_report.json
mot_report.json
full_mot_report.json
agent_self_report.json
# Backup files
*_backup.py
*_v*.py
smart_email_responder_backup.py
smart_email_responder_v1.0.0.py