60 lines
650 B
Plaintext
60 lines
650 B
Plaintext
# Data (too large for git — managed by DVC)
|
|
data/
|
|
models/
|
|
checkpoints/
|
|
.dvc-store/
|
|
*.tar.zst
|
|
|
|
# Dependencies
|
|
ts/node_modules/
|
|
ts/bun.lock
|
|
|
|
# Python
|
|
python/.venv/
|
|
python/uv.lock
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# dependencies (bun install)
|
|
node_modules
|
|
|
|
# output
|
|
out
|
|
dist
|
|
*.tgz
|
|
|
|
# code coverage
|
|
coverage
|
|
*.lcov
|
|
|
|
# logs
|
|
logs
|
|
_.log
|
|
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
|
|
# caches
|
|
.eslintcache
|
|
.cache
|
|
*.tsbuildinfo
|
|
unsloth_compiled_cache/
|
|
|
|
# Finder (MacOS) folder config
|
|
.DS_Store
|
|
python/*.whl
|
|
/.dvc-store
|
|
|