# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib subconverter-go # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out # Go workspace file go.work # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # Log files *.log logs/ # Configuration files config.yaml config.yml config.json config.local.yaml # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Temporary files tmp/ temp/ # Build artifacts dist/ build/ # Vendor directory vendor/ # Test coverage coverage.txt coverage.html # Development tools .air.toml tmp/ # Docker .dockerignore # Backup files backup-*.tar.gz *.bak # Profiling files *.prof *.pprof # Documentation build docs/swagger/ docs/build/