# Hugging Face Spaces ignore file # Similar to .gitignore but for HF Spaces deployment # Local data - don't upload to HF data/ instance/ *.db *.db-journal # Local models - will be downloaded/trained on HF models/finetuned/* models/zero_shot/* # Python __pycache__/ *.pyc *.pyo *.pyd .Python venv/ env/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log logs/ # Testing .pytest_cache/ .coverage htmlcov/ # Documentation (except README.md) docs/ *.md !README.md # Git .git/ .gitignore