SEC-cyBERT/.gitignore
Joey Eamigh 6f47185af9
data: add 241 data files to LFS store
Initial migration of data/ to .lfs-store/ with zstd-19 compression
and xxh3 per-file change detection manifest.
2026-04-05 16:24:49 -04:00

58 lines
664 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