chia-blockchain/.gitignore

64 lines
786 B
Plaintext
Raw Normal View History

2019-07-16 11:32:40 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
2019-10-10 07:04:52 +03:00
**/*.o
2019-10-10 07:10:18 +03:00
**/*.DS_Store
# Database
nohup.out
2019-11-25 07:45:48 +03:00
mongod.log*
fndb_test*
*.db
# Logs
*.log
*.out
# Keys and plot files
config/keys.yaml
config/plots.yaml
2019-11-22 09:53:04 +03:00
# Bundled code
2019-11-22 09:53:45 +03:00
chia-blockchain.tar.gz.tar.gz
2019-07-16 11:32:40 +03:00
# 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
2019-07-22 09:05:31 +03:00
**/*.egg-info
2019-07-16 11:32:40 +03:00
# Unit test / coverage reports
.cache
.pytest_cache/
2019-07-22 16:01:23 +03:00
# PoSpace plots
**/*.dat
2019-11-03 19:24:49 +03:00
**/*.dat.tmp
2019-07-16 11:32:40 +03:00
*.mo
*.pot
# pyenv
.python-version
.eggs
2019-07-16 11:32:40 +03:00
.venv
# mypy
.mypy_cache/
2019-11-25 12:07:42 +03:00
# Editors
.vscode
2019-11-25 12:07:42 +03:00
# Packaging
chia-blockchain.tar.gz
# Dependencies
flint2