web3.py/.gitignore
2016-09-07 14:14:49 -06:00

59 lines
568 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
docs/_build
docs/modules.rst
docs/web3.rst
docs/web3.providers.rst
docs/web3.utils.rst
# Blockchain
chains
# Hypothese Property base testing
.hypothesis
# tox/pytest cache
.cache
# Test output logs
logs