2019-03-18 16:18:57 +00:00
|
|
|
*.pyc
|
|
|
|
/__pycache__
|
2019-03-27 16:28:20 +00:00
|
|
|
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/
|
2020-01-25 00:26:10 +00:00
|
|
|
dist/
|
2019-03-27 16:28:20 +00:00
|
|
|
|
2021-08-19 04:41:51 +00:00
|
|
|
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
|
2020-01-25 00:26:10 +00:00
|
|
|
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/
|
2019-06-14 21:12:04 +00:00
|
|
|
|
|
|
|
# coverage reports
|
|
|
|
.htmlcov
|
|
|
|
.coverage
|
2020-01-24 23:43:43 +00:00
|
|
|
.coverage.*
|
2019-06-14 21:12:04 +00:00
|
|
|
|
|
|
|
# local CI testing output
|
2020-01-10 18:42:55 +00:00
|
|
|
tests/core/pyspec/test-reports
|
2020-01-25 00:26:10 +00:00
|
|
|
tests/core/pyspec/eth2spec/test_results.xml
|
2020-01-24 23:43:43 +00:00
|
|
|
|
|
|
|
*.egg-info
|
2021-05-06 16:32:17 +00:00
|
|
|
|
|
|
|
# TOC tool outputs temporary files
|
|
|
|
*.tmp
|