-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (87 loc) · 1.24 KB
/
.gitignore
File metadata and controls
102 lines (87 loc) · 1.24 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go build output
opensqt_market_maker
/opensqt_market_maker
quantmesh
quantmesh-*
opensqt
*.test
*.out
# Go workspace file
go.work
# Dependency directories
vendor/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Data and runtime files
data/
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
*.log
# Process ID files
*.pid
.quantmesh.pid
# Config files with sensitive data (keep example configs)
config.yaml
config.yaml.migrated.*.bak
config.json
!docs/config/examples/config.example.yaml
!config.example.json
.env
.env.local
.env.*.local
# Audio files
*.mp3
*.wav
*.ogg
*.m4a
# Frontend build output and dependencies
webui/node_modules/
webui/dist/
webui/.vite/
webui/.cache/
webui/.yarn/
webui/package-lock.json
webui/pnpm-lock.yaml
web/dist/
!web/dist/.gitkeep
!web/dist/placeholder.txt
# Test coverage
*.cover
coverage.txt
coverage.html
# Temporary files
.venv-readme/
*.tmp
*.temp
*.orig
tmp/
temp/
# OS specific
Thumbs.db
.Spotlight-V100
.Trashes
# Personal private directory (not tracked by git)
_mine/
.worktrees/
# Snapshot from remote host (may contain secrets; never commit)
remote-from-facev/
# Backup directories
backups/
config_backups/
backups/
test_logs
.gh_key