mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
84 lines
1.2 KiB
Plaintext
84 lines
1.2 KiB
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
|
|
# Sphinx documentation
|
|
docs/build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# Ipython Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# Some files created when deploying a cluster on AWS
|
|
deploy-cluster-aws/conf/rethinkdb.conf
|
|
deploy-cluster-aws/confiles/
|
|
deploy-cluster-aws/client_confile
|
|
deploy-cluster-aws/hostlist.py
|
|
deploy-cluster-aws/ssh_key.py
|
|
benchmarking-tests/hostlist.py
|
|
benchmarking-tests/ssh_key.py
|
|
|
|
# Ansible-specific files
|
|
ntools/one-m/ansible/hosts
|
|
ntools/one-m/ansible/ansible.cfg
|
|
|
|
# Just in time documentation
|
|
docs/server/source/schema
|
|
docs/server/source/drivers-clients/samples
|