|
- # Binaries for programs and plugins
- *.exe
- *.exe~
- *.dll
- *.so
- *.dylib
- *.DS_Store
-
- # Test binary, built with `go test -c`
- *.test
-
- # Output of the go coverage tool, specifically when used with LiteIDE
- *.out
-
- # vim swap files
- *.swo
- *.swp
-
- # Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
- .idea/
- *.iml
-
- # Vscode files
- .vscode
-
- # Python
- __pycache__/
- *.pyc
-
- # go build output
- /_output
-
- # AI model files
- *.pth
- *.model
- *.pkl
|