sticker-market/.gitignore

46 lines
431 B
Plaintext
Raw Normal View History

2019-06-03 19:57:37 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# embark
.embark/
chains.json
.password
embark_demo/
2019-06-04 14:47:05 +00:00
embarkArtifacts/
2019-06-03 19:57:37 +00:00
# egg-related
viper.egg-info/
build/
dist/
.eggs/
# pyenv
.python-version
# dotenv
.env
# virtualenv
.venv/
venv/
ENV/
# Coverage tests
.coverage
.cache/
coverage/
coverageEnv/
coverage.json
# node
node_modules/
npm-debug.log
package-lock.json
# other
.vs/
bin/
2019-06-03 21:30:08 +00:00
embarkArtifacts/