Poindexter/.gitignore

59 lines
609 B
Text

# 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
bench.txt
coverage.html
# Dependency directories (remove the comment below to include it)
vendor/
# Go workspace file
go.work
# Build output
dist/
build/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# MkDocs
site/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store