23 lines
221 B
Plaintext
23 lines
221 B
Plaintext
# Build artifacts
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
traefik-dns-watcher
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Local environment files
|
|
.env
|
|
.env.local
|
|
|
|
# IDE settings (keep MCP config)
|
|
.vscode/*
|
|
!.vscode/mcp.json
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|