.gitignore 454 B

12345678910111213141516171819202122232425262728
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # Binaries for programs and plugins
  3. *.exe
  4. *.exe~
  5. *.dll
  6. *.so
  7. *.dylib
  8. # Test binary, built with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # Dependency directories (remove the comment below to include it)
  13. # vendor/
  14. # VS Code
  15. .vscode/
  16. # Pycharm Files
  17. .idea/
  18. # mac specific
  19. .DS_Store
  20. *.bkp
  21. .python-version
  22. vendor/