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