# Go
/bin/
/dist/
*.exe
*.test
*.out
coverage.txt
*.prof

# Local config / secrets
.env
config.local.yaml
*.cookie

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*~

# Build cache
/tmp/
/cac3-explorer
/cac3-explorer-*

# Go modules (commit if not vendored; comment out if vendoring)
# vendor/

# Tailwind / static build cache
/static/css/.tailwind-cache/
