xch-blockchain/.gitignore

52 lines
677 B
Text
Raw Normal View History

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