20 lines
230 B
Text
20 lines
230 B
Text
# Local data and generated artifacts
|
|
data/
|
|
outputs/
|
|
artifacts/
|
|
.airfrans_resume/
|
|
.env
|
|
WANDB_API_KEY
|
|
HF_TOKEN
|
|
sky_logs/
|
|
|
|
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
.ipynb_checkpoints/
|
|
# OS/editor
|
|
.DS_Store
|