16 lines
134 B
Text
16 lines
134 B
Text
/venv/
|
|
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
tests/test.out
|
|
tests/test.*.tmp
|
|
coverage.xml
|