# Binaries
/klaus
/klaus-*
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary
*.test

# Output of go coverage
*.out
coverage.txt
coverage.html

# Go workspace
go.work
go.work.sum

# Build artifacts
/build/
dist/

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

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.local
.env.*.local

# graphify knowledge graph (regenerable, rebuilt by the post-commit hook)
graphify-out/
