mirror of https://github.com/longhorn/types.git
27 lines
359 B
Plaintext
27 lines
359 B
Plaintext
/.dapper
|
|
/.trash-cache
|
|
/bin
|
|
*.pyc
|
|
*.pyo
|
|
*.swp
|
|
.python-version
|
|
|
|
integration/.tox/
|
|
integration/.venv/
|
|
integration/MANIFEST
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# ignores all goland project folders and files
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
|
|
# build folders
|
|
.pyprotobuild/
|
|
.goprotobuild/
|