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
|
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/
|
2019-03-28 00:28:20 +08:00
|
|
|
|
2019-04-20 12:28:50 +10:00
|
|
|
eth2.0-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
|
2019-04-03 14:18:17 +11:00
|
|
|
test_libs/pyspec/eth2spec/phase0/spec.py
|
2019-05-16 12:10:08 +02:00
|
|
|
test_libs/pyspec/eth2spec/phase1/spec.py
|
2019-06-14 23:12:04 +02:00
|
|
|
|
|
|
|
# coverage reports
|
|
|
|
.htmlcov
|
|
|
|
.coverage
|
|
|
|
|
|
|
|
# local CI testing output
|
|
|
|
test_libs/pyspec/test-reports
|