2019-03-18 10:18:57 -06:00
|
|
|
*.pyc
|
|
|
|
/__pycache__
|
2019-03-28 00:28:20 +08:00
|
|
|
venv
|
|
|
|
.venvs
|
|
|
|
.venv
|
2019-03-18 12:51:52 -06:00
|
|
|
/.pytest_cache
|
2023-05-15 11:57:13 -06:00
|
|
|
*.swp
|
2019-03-18 13:06:45 -06:00
|
|
|
|
2019-03-18 14:14:26 -06:00
|
|
|
build/
|
2019-03-25 11:25:33 -06:00
|
|
|
output/
|
2020-01-25 01:26:10 +01:00
|
|
|
dist/
|
2019-03-28 00:28:20 +08:00
|
|
|
|
2021-08-19 12:41:51 +08:00
|
|
|
consensus-spec-tests/
|
2019-06-18 21:54:00 +02:00
|
|
|
|
2019-03-28 02:30:47 +08:00
|
|
|
.pytest_cache
|
2019-06-18 21:54:00 +02:00
|
|
|
.mypy_cache
|
2019-03-28 22:04:51 +08:00
|
|
|
|
|
|
|
# Dynamically built from Markdown spec
|
2020-01-25 01:26:10 +01:00
|
|
|
tests/core/pyspec/eth2spec/phase0/
|
2021-03-11 21:22:38 +08:00
|
|
|
tests/core/pyspec/eth2spec/altair/
|
2021-12-22 15:46:18 +08:00
|
|
|
tests/core/pyspec/eth2spec/bellatrix/
|
2021-12-01 11:43:32 -07:00
|
|
|
tests/core/pyspec/eth2spec/capella/
|
2023-01-23 15:08:34 +01:00
|
|
|
tests/core/pyspec/eth2spec/deneb/
|
2024-02-16 12:29:00 +08:00
|
|
|
tests/core/pyspec/eth2spec/electra/
|
2023-06-08 10:35:03 +03:00
|
|
|
tests/core/pyspec/eth2spec/whisk/
|
2024-01-14 00:13:08 +08:00
|
|
|
tests/core/pyspec/eth2spec/eip7594/
|
2024-05-28 16:24:11 +08:00
|
|
|
tests/core/pyspec/eth2spec/eip6800/
|
2019-06-14 23:12:04 +02:00
|
|
|
|
|
|
|
# coverage reports
|
|
|
|
.htmlcov
|
|
|
|
.coverage
|
2020-01-25 00:43:43 +01:00
|
|
|
.coverage.*
|
2019-06-14 23:12:04 +02:00
|
|
|
|
|
|
|
# local CI testing output
|
2020-01-10 11:42:55 -07:00
|
|
|
tests/core/pyspec/test-reports
|
2020-01-25 01:26:10 +01:00
|
|
|
tests/core/pyspec/eth2spec/test_results.xml
|
2020-01-25 00:43:43 +01:00
|
|
|
|
|
|
|
*.egg-info
|
2021-05-06 18:32:17 +02:00
|
|
|
|
|
|
|
# TOC tool outputs temporary files
|
|
|
|
*.tmp
|
2023-04-18 18:31:34 +08:00
|
|
|
|
|
|
|
# docs reader build
|
|
|
|
docs/specs
|
|
|
|
docs/sync
|
|
|
|
docs/ssz
|
|
|
|
docs/fork_choice
|
|
|
|
docs/README.md
|
|
|
|
site
|
2024-01-04 17:09:06 +01:00
|
|
|
|
|
|
|
# docker test results
|
|
|
|
testResults
|