# Python __pycache__/ *.py[cod] *.pyo *.pyd *.so # Virtualenv .venv/ env/ venv/ pip-wheel-metadata/ # Hugging Face tokens / secrets *.env *.secret .token* # Model artifacts *.pt *.bin *.ckpt *.onnx *.safetensors # Logs & outputs *.log *.tmp *.bak .DS_Store *.png # Jupyter/colab .ipynb_checkpoints # Build build/ dist/ *.egg-info # VS Code / IDE .vscode/ .idea/ *.swp