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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by Cargo
/target/
Cargo.lock
# Config files with sensitive data
config/accounts.json
config/server.json
config/accounts-production.json
config/*-production.json
# Environment files
.env
.env.*
*.env
!.env.example
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Logs
*.log
logs/
debug.log
# Development tools
.crush/
.claude/
# Deployment files
deploy/
dist/
*.tar.gz
*.zip
setup.py
install.sh
*.service
*.conf
# License files (generated)
license_*.json
license_*.txt
evoluame_*.json
evoluame_*.txt
*_opensearch_token.json
# Backup files
*.backup
*.bak
*.old
# Test coverage
coverage/
*.profraw
*.profdata
# Documentation tools
.aicontract.md
GEMINI.md
CLAUDE.md
CRUSH.md
# Python
__pycache__/
*.py
*$py.class
*.so
.Python
venv/
ENV/
# Certificates
*.pem
*.key
*.crt
*.cer
!examples/**