# .env
.env

# Docs
docs/.openapi3.yaml

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Go workspace file
go.work

# SvelteKit
.svelte-kit/
package

# Swap
[._]*.s[a-v][a-z]
!*.svg  # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

# VScode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Editor and IDE
*.vsix
.history/
.ionide

# Dependencies and build output
bin/
internal/staticfiles/build/
node_modules
test/e2e/internal/client/
testenv

# Local machine artifacts
.DS_Store

# Generated sources
web/marmot/src/lib/icon-bundle.ts

# Logs
logs/

# JetBrains IDE
/.idea

