# Desktop build
desktop/output/
desktop/bind_*.go
desktop/vendor_astilectron_bundler/*
node_modules/*
dist/textile
dist/textile-go-*

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
vendor/

# Test artifacts

repo/testdata/

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.pyc
*.dylib
*.dll

# Folders
_obj
_test
__pycache__

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.syso
*.test
*.prof
.idea/
*.iml
.gx/
.ipfs
.textile*

# Development environment files
.ackrc
.tags*
*.sw?

# macOS
.DS_Store

# Mobile
*.aar
*.jar
*.framework

# keys
*.pem

# Swarm
docker-compose.swarm.yml
