# Virtual environments .venv/ venv/ env/ # Python __pycache__/ *.py[cod] *$py.class *.so *.egg-info/ .pytest_cache/ # Hugging Face / model caches hf_cache/ .cache/ # Logs *.log install.log # Dev / scratch scripts (uncomment to keep them local-only) _warmup.py _smoke_features.py _verify_requirements.py # IDE .vscode/ .idea/ *.swp .DS_Store # Build artifacts build/ dist/ *.spec