# Binaries
/weimar
/bin/
/dist/
/*.exe
/*.test

# Config
weimar.toml

# Data
/data/

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

# OS
.DS_Store
Thumbs.db

# Go
vendor/

# SvelteKit
web/build/
web/.svelte-kit/
web/node_modules/

# Embedded web build (copied by make)
cmd/weimar/web/build/

# Honk
.crush
