mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-01-12 16:53:24 +08:00
87 lines
959 B
Plaintext
87 lines
959 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
__pycache__
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
ignore
|
|
secrets*
|
|
|
|
*.pickle
|
|
*.pid
|
|
|
|
# vim
|
|
*.swp
|
|
|
|
#Docker
|
|
Docker/blockstore.ini
|
|
|
|
#Docs
|
|
api/templates/index.html
|
|
api/data
|
|
|
|
# testnets
|
|
testnet-logs/
|
|
testnet.log
|
|
testnet/index.html
|
|
|
|
# virtualenvs
|
|
.venv
|
|
|
|
# will have compiled files and executables
|
|
/target/
|
|
/testnet/helium/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
node_modules
|
|
tarpaulin-report.html
|
|
osxcross
|
|
osxcross*.tar.xz
|
|
.DS_Store
|
|
testnet/stacks-node/target
|
|
|
|
net-test/etc/*.toml
|
|
net-test/etc/*.conf
|
|
net-test/mnt/bitcoin-*
|
|
net-test/mnt/chainstate-*
|
|
net-test/mnt/*.log
|
|
net-test/mnt/archive/*
|
|
*.log
|
|
|
|
# Code Coverage files
|
|
*.profraw
|
|
*.profdata
|
|
lcov.info
|
|
coverage.lcov
|
|
core-contracts/.cache
|