github.com/yaricom/goNEAT@v0.0.0-20210507221059-e2110b885482/.gitignore (about)

     1  # The experiments outputs
     2  out
     3  
     4  # The IDEA project forlder
     5  .idea
     6  
     7  # The MacOS specific
     8  .DS_Store
     9  
    10  # Binaries for programs and plugins
    11  *.exe
    12  *.dll
    13  *.so
    14  *.dylib
    15  
    16  # Test binary, build with `go test -c`
    17  *.test
    18  
    19  # Output of the go coverage tool, specifically when used with LiteIDE
    20  *.out
    21  
    22  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    23  .glide/