summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 237ce54ab5cd4202e0dee034a3488398f63a4160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Build artifacts and caches
bin/
.gocache/
.gomodcache/

# Local binaries and logs
hexai
*.log

# OS/editor files
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/