-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (58 loc) · 980 Bytes
/
.gitignore
File metadata and controls
67 lines (58 loc) · 980 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Sensitive Credential Files
credentials.json
credentials.txt
token.pickle
.env
# Event Tracking Databases (may contain personal information)
event_mappings.json
file_event_mappings.json
global_event_cache.json
ai_usage_log.json
# Google Apps Script URL Configuration
secure_credentials_config.py
# Python Cache and Virtual Environment
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
venv/
env/
ENV/
# Operating System Files
.DS_Store
Thumbs.db
*.tmp
*.log
# IDE Files
.vscode/
.idea/
*.swp
*.swo
# Backup Files
*.bak
*.backup
*~
# Development/Test Files (prevent clutter in root and core/)
# Note: utils/ directory contains intentional utility scripts
/test_*.py
/*_test.py
/debug_*.py
/experimental_*.py
/temp_*.py
/scratch_*.py
/cleanup_*.py
/fix_*.py
/core/test_*.py
/core/*_test.py
/core/debug_*.py
troubleshooting/
# Documentation drafts
*_DRAFT.md
*_WIP.md
*_OLD.md
MIGRATION_*.md
IMPLEMENTATION_*.md
# Additional files to scan
local_resources/
.claude/settings.local.json