# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDEs .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Training artifacts that shouldn't be in final release *.log wandb/ runs/ outputs/ checkpoints/ logs/ # Temporary files *.tmp *.temp .cache/ # Model training specific (keep the final weights) training_args.bin # Local development files test_*.py debug_*.py scratch_*.py