-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codeiumignore
More file actions
69 lines (59 loc) · 740 Bytes
/
.codeiumignore
File metadata and controls
69 lines (59 loc) · 740 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
68
69
# MailSentinel - Windsurf Ignore Rules
# Exclude sensitive and unnecessary files from Windsurf indexing
# Secrets and credentials
*.key
*.pem
*.p12
*.pfx
.env
.env.*
oauth_tokens/
credentials/
secrets/
# Build artifacts
bin/
dist/
build/
*.exe
*.dll
*.so
*.dylib
# Test data with potential PII
testdata/real_emails/
testdata/production_samples/
*.eml
# Large files and logs
*.log
*.log.*
audit_logs/
performance_logs/
*.dump
*.prof
# Temporary files
tmp/
temp/
.tmp/
*.tmp
*.temp
# OS files
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE files (except .windsurf)
.vscode/
.idea/
*.iml
# Dependencies
node_modules/
vendor/
go.sum
# Generated files
*.pb.go
*_generated.go
mock_*.go
# Large datasets
datasets/
training_data/
email_corpus/