topic-democracy/.gitignore

51 lines
499 B
Plaintext
Raw Normal View History

2018-04-23 04:58:58 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# embark
2019-03-28 23:16:54 +00:00
.embark
2018-04-23 04:58:58 +00:00
chains.json
2018-12-28 10:07:37 +00:00
.password
2019-03-28 23:16:54 +00:00
flattenedContracts
embarkArtifacts
2019-03-21 02:34:09 +00:00
config/livenet/password
config/production/password
2019-03-28 23:16:54 +00:00
dist
2019-03-21 02:34:09 +00:00
embarkArtifacts
2018-04-23 04:58:58 +00:00
2019-03-28 23:16:54 +00:00
2018-04-23 04:58:58 +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
2018-05-13 15:41:38 +00:00
package-lock.json
2018-04-23 04:58:58 +00:00
# other
.vs/
bin/
2019-03-28 23:16:54 +00:00
.trash/