contracts/.gitignore

33 lines
306 B
Plaintext
Raw Permalink Normal View History

2017-10-18 23:03:39 +02:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# egg-related
viper.egg-info/
build/
dist/
.eggs/
# pyenv
.python-version
# dotenv
.env
# virtualenv
.venv/
venv/
ENV/
# Coverage tests
.coverage
.cache/
2017-12-21 12:30:41 +11:00
coverage/
coverageEnv/
coverage.json
2017-10-18 23:03:39 +02:00
2017-12-21 12:30:41 +11:00
# node
node_modules/
npm-debug.log