# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging build/ dist/ *.egg-info/ .eggs/ # Installer logs pip-log.txt pip-delete-this-directory.txt # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Jupyter Notebook checkpoints .ipynb_checkpoints # VSCode settings .vscode/ # PyCharm .idea/ # macOS and system files .DS_Store Thumbs.db # Logs and temporary files *.log *.tmp *.swp # Hugging Face cache ~/.cache/huggingface/ huggingface_cache/ cached_models/ # Datasets or model outputs data/ output/ results/ *.ckpt *.pth # Hugging Face Spaces # (if using Gradio, Streamlit, etc.) app/__pycache__/ app/*.pyc *.gradio/ # Optional: ignore weights or tokenizer files (use with care) pytorch_model.bin tf_model.h5 tokenizer_config.json special_tokens_map.json merges.txt vocab.json config.json # Ignore all shell scripts *.sh .continue