2e5268f403
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
20 lines
255 B
Plaintext
20 lines
255 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/
|