# Git .git .gitignore # IDE .idea/ .vscode/ # Documentation *.md *.pdf docs/ # Local config config.local.yaml .env* # Build artifacts /bin/ /build/ /dist/ # Test artifacts *_test.go coverage.out # OS files .DS_Store Thumbs.db # Local cache .orchard/ tmp/ temp/