# Git .git .gitignore .gitea # IDE and editor .idea .vscode *.swp *.swo *~ # Build artifacts nats-ui *.exe *.test *.out # Documentation (not needed in image) README.md *.md # Docker Dockerfile .dockerignore docker-compose.yaml docker-compose*.yml # OS .DS_Store Thumbs.db