32 lines
299 B
Plaintext
32 lines
299 B
Plaintext
|
|
# Build
|
|
# Coverage
|
|
# Python
|
|
*.egg-info/
|
|
*.exe
|
|
*.exec
|
|
*.gcda
|
|
*.gcno
|
|
*.py,cover
|
|
*.pyc
|
|
.DS_Store
|
|
.cache/
|
|
.coverage
|
|
.pytest_cache/
|
|
__pycache__/
|
|
build/
|
|
coverage.json
|
|
dist/
|
|
htmlcov/
|
|
reports/
|
|
target/
|
|
test-data-bundle/
|
|
uploads/
|
|
tasks/
|
|
cobol_out.bin
|
|
*.sh
|
|
reports/
|
|
test-data-bundle/
|
|
cobol-javascreenshots/
|
|
C
|