# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100/
.Trashes/

# Go build artifacts
/okf
*.bin
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
*.coverprofile
*.prof
*.pprof
coverage.out
coverage.html
coverage/
__debug_bin*

# Go workspace and local tool state
go.work
go.work.sum
.gopath/

# OKF generated knowledge bases
.okf/

# Build and temporary directories
bin/
build/
dist/
out/
tmp/
temp/
*.tmp
*.log
.cache/

# Editor and IDE files
.idea/
.vscode/
*.swp
*.swo
*~

# Local environment files
.env
.env.*
!.env.example
