libp2p-test-plans/.gitignore

49 lines
862 B
Plaintext

# ignore transient paths for pubsub tests
pubsub/venv/
pubsub/scripts/output/
pubsub/scripts/config-snapshot.json
pubsub/scripts/configs/snapshot.json
__pycache__/
.ipynb_checkpoints/
# Created by https://www.gitignore.io/api/go,visualstudiocode
# Edit at https://www.gitignore.io/?templates=go,visualstudiocode
### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
### Go Patch ###
/vendor/
/Godeps/
### VisualStudioCode ###
.vscode/*
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
# End of https://www.gitignore.io/api/go,visualstudiocode
### NodeJS
node_modules
# ignore system files
.DS_Store