domainTokenizer / .gitignore
rtferraz's picture
Add .gitignore — Python, Jupyter, training artifacts, IDE files
9211898 verified
raw
history blame contribute delete
452 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints/
# Training artifacts (large files, generated locally)
**/checkpoints/
**/finance_pretrain_checkpoints/
**/finance_finetune_checkpoints/
**/finance_tokenizer/
*.pkl
*.pt
*.bin
*.safetensors
wandb/
runs/
outputs/
# Environment
.env
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# OS
Thumbs.db