26 lines
333 B
Plaintext
26 lines
333 B
Plaintext
*.pyc
|
|
/__pycache__
|
|
venv
|
|
.venvs
|
|
.venv
|
|
/.pytest_cache
|
|
|
|
build/
|
|
output/
|
|
|
|
eth2.0-spec-tests/
|
|
|
|
.pytest_cache
|
|
.mypy_cache
|
|
|
|
# Dynamically built from Markdown spec
|
|
test_libs/pyspec/eth2spec/phase0/spec.py
|
|
test_libs/pyspec/eth2spec/phase1/spec.py
|
|
|
|
# coverage reports
|
|
.htmlcov
|
|
.coverage
|
|
|
|
# local CI testing output
|
|
test_libs/pyspec/test-reports
|