# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out

# Go
go.work
go.work.sum
bin/
coverage.out
coverage.html
*.coverprofile

# Dependencies
vendor/

# Environment & secrets
.env
.env.*
!.env.example

# Runtime data
data/
release/

# Frontend build artifacts
web/node_modules/
web/dist/*
!web/dist/
!web/dist/index.html

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Temp
tmp/
dist/
