eth2.0-specs/.gitignore

35 lines
479 B
Plaintext
Raw Normal View History

*.pyc
/__pycache__
venv
.venvs
.venv
2019-03-18 18:51:52 +00:00
/.pytest_cache
2019-03-18 19:06:45 +00:00
2019-03-18 20:14:26 +00:00
build/
2019-03-25 17:25:33 +00:00
output/
dist/
consensus-spec-tests/
2019-06-18 19:54:00 +00:00
2019-03-27 18:30:47 +00:00
.pytest_cache
2019-06-18 19:54:00 +00:00
.mypy_cache
2019-03-28 14:04:51 +00:00
# Dynamically built from Markdown spec
tests/core/pyspec/eth2spec/phase0/
2021-03-11 13:22:38 +00:00
tests/core/pyspec/eth2spec/altair/
2021-12-22 07:46:18 +00:00
tests/core/pyspec/eth2spec/bellatrix/
# coverage reports
.htmlcov
.coverage
.coverage.*
# local CI testing output
tests/core/pyspec/test-reports
tests/core/pyspec/eth2spec/test_results.xml
*.egg-info
2021-05-06 16:32:17 +00:00
# TOC tool outputs temporary files
*.tmp