Files
cobol-java-v3/.gitignore
T
hangshuo652 54d4e81240 feat: phase2 review fixes
- TIME injection: change from spaces to '2500' (hour>23) for NUMVAL trigger
- Runner: add .resolve() to work_dir to fix chdir+relative path breakage
- Coverage: per-target field overrides for DP#9-#12 (START-DATE=20240115 etc.)
- .gitignore: add compilation artifacts, temp scripts, test outputs
2026-07-15 21:46:28 +08:00

67 lines
703 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/
.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/