# Git
.git
.gitignore

# Node
node_modules
.next
npm-debug.log*

# Go build artifacts
archivmail
archivmail-export
archivmail-import

# Dev/Test
*.test
config.test.yml
.env.local
.env.local.example

# Secrets (nie ins Image)
keyfile
*.key
*.pem

# Docs / IDE
docs/
.claude/
.vscode/
*.md
