68 lines
711 B
Plaintext
68 lines
711 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
|
|
|
|
debug_cons*.py
|
|
|
|
# Generated / runtime
|
|
runtime/
|
|
output_*/
|
|
logs/
|
|
--detailed/
|
|
--verbose/
|
|
--gcow/
|
|
.work/
|
|
test_prog_*/
|
|
_test_flatfiles/
|
|
*.db
|
|
|
|
# External dependencies (not committed)
|
|
gixsql/
|
|
cobol-tna-system/
|
|
|
|
# Compilation artifacts
|
|
SUB*.c
|
|
SUB*.c.h
|
|
SUB*.c.l.h
|
|
SUB*.i
|
|
|
|
# Temp scripts
|
|
diagnose_*.py
|
|
|
|
# Generated reports/documents
|
|
SUMMARY.md
|
|
docs/prompt-template.md
|
|
docs/plans/
|
|
|
|
# Test output dirs
|
|
output/
|
|
test_output/
|