SEC-cyBERT/.gitignore
Joey Eamigh a5f06f2db7
infra: migrate from DVC to Git LFS with xxh3 change detection
Replace DVC pipeline with Git LFS on self-hosted Gitea. New scripts
use per-file xxh3 hashing for change detection and parallel zstd-19
compression. Supports separate data/checkpoint push modes.
2026-04-05 16:21:14 -04:00

58 lines
661 B
Plaintext

# Data (working copies — compressed copies tracked via Git LFS in .lfs-store/)
data/
models/
checkpoints/
*.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