legit
result

# demo/ directory acts as a playground/sandbox, and real git repositories sits there.
demo/*
!demo/config.yaml

# QEMU disk image.
*.qcow2

# Downloaded profile generated by net/http/pprof.
profile

# Temporary file, for example snapshots and download files.
tmp.*

# Go produces testdata/fuzz directory when "go test -fuzz" failed.
fuzz
