# Temp files
.DS_Store
*~
buck-out/
node_modules/
playground/
temp/

# Compiled files
.venv/
__pycache__/
.mypy_cache/
.ruff_cache/

# Distribution / packaging
/build/
/dist/
/*.egg-info/

# Tests and coverage
/.pytest_cache/
/.cache/
/data/

# docs
# mkdocs build output
site/

# pixi
.pixi/

# IDEs
/.idea/
/.vscode/
.ipynb_checkpoints/
tests/check.ipynb

# training
rune/*
**/wandb/
**/*.json
**/*.pt
**/*.joblib
**/*.ckpt

# ...but keep the generated HuggingFace manifest: it is a source artifact, ships in
# the wheel, and is consumed by bolerodata._sync.localize().
!src/bolerodata/data/hf_manifest.json

# images
**/*.jpg

# inference reult
**/*.npy
**/*.txt
