# 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