# 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 # Virtual environments venv/ ENV/ env/ .venv/ # IDEs and editors .vscode/ .idea/ *.swp *.swo *~ .project .pydevproject .settings/ *.sublime-project *.sublime-workspace # Jupyter Notebook .ipynb_checkpoints/ # Environment variables .env .env.local *.env # Output and model files output/ *.pt *.pth *.bin *.safetensors *.gguf # HuggingFace cache .cache/ huggingface/ # Logs *.log logs/ wandb/ runs/ # OS files .DS_Store Thumbs.db # Testing .pytest_cache/ .coverage htmlcov/ # Misc *.bak *.tmp