xch-blockchain/.gitignore

72 lines
906 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*
fndb_test*
2020-01-15 07:27:34 +01:00
blockchain_test*
*.db
2020-01-29 02:59:50 +01:00
*.db-journal
# Logs
*.log
*.out
# 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
.eggs
2019-07-16 10:32:40 +02:00
.venv
venv
2020-03-28 02:32:25 +01:00
activate
2019-07-16 10:32:40 +02:00
# mypy
.mypy_cache/
2019-11-25 10:07:42 +01:00
# Editors
.vscode
2019-11-25 10:07:42 +01:00
# Packaging
chia-blockchain.tar.gz
2020-02-14 21:38:57 +01:00
2020-02-21 23:04:13 +01:00
# Electron wallet node modules
src/wallet/electron/node_modules/
2020-03-20 17:24:48 +01:00
# Node modules
**/node_modules