adb7a8663e
CI / Format (ruff format) (push) Failing after 31s
CI / Lint (ruff check) (push) Successful in 33s
CI / Sync project version with tag (push) Has been skipped
CI / Lint (ruff check) (pull_request) Successful in 32s
CI / Type check (ty) (push) Successful in 36s
CI / Format (ruff format) (pull_request) Failing after 37s
CI / Sync project version with tag (pull_request) Has been skipped
CI / Type check (ty) (pull_request) Successful in 36s
CI / Tests (pull_request) Failing after 3m41s
CI / Tests (push) Failing after 3m42s
Test job now reports coverage (term + xml) and uploads it as a build artifact, so coverage regressions are visible per-PR. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
28 lines
403 B
Plaintext
28 lines
403 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Training results
|
|
checkpoints/
|
|
|
|
# Predicted/scratch parquet files dropped in the repo root
|
|
/*.parquet
|
|
|
|
# Scratch working directory
|
|
/scratchpad/
|
|
|
|
# giant analyze run directories (shared.json, reduced/, plots/, condor logs)
|
|
/analysis_runs/
|
|
|
|
# Coverage artifacts
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|