-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (52 loc) · 854 Bytes
/
Copy path.gitignore
File metadata and controls
60 lines (52 loc) · 854 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
# Build artifacts
target/
dist/chatify-windows-x64/
dist/chatify-windows-x64.zip
dist/chatify-windows-x64.zip.sha256
dist/chatify-setup-*.exe
dist/chatify-setup-*.exe.sha256
# Local runtime artifacts
chatify.db
chatify-*.db
*.sqlite
*.sqlite3
bridge-channel-map.json
*.db.key
chatify.db.key
cert.pem
key.pem
build.log
*.log
clicord-server
COMMENTS.md
dist/security-reports/*.log
dist/security-reports/*.tmp
dist/security-reports/chatify-security-report-*.json
dist/security-reports/chatify-security-report-*.md
# IDE and editor
.vscode/
.idea/
*.iml
*.swp
*.swo
*~
# Codex local artifacts
.codex
# Environment and local overrides
.env
.env.local
# Platform files
Thumbs.db
.DS_Store
# Backup files
backup-original/
*.bak
*.backup
*.rs.bk
# Local agent/tooling scratch space
.opencode/
# Python leftovers
__pycache__/
*.py[cod]
*$py.class
.Python