# Ignore Python virtual environments venv/ .venv/ # Ignore Python cache files __pycache__/ *.pyc *.pyo *.pyd # Ignore build artifacts and local cache .git/ .idea/ .vscode/ build/ dist/ # --- IMPORTANT: Ignore the Hugging Face cache directory --- huggingface_cache/