15 lines
174 B
Text
15 lines
174 B
Text
# Local data and generated artifacts
|
|
data/
|
|
outputs/
|
|
artifacts/
|
|
|
|
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
.ipynb_checkpoints/
|
|
# OS/editor
|
|
.DS_Store
|