# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ ENV/ env/ .venv # Environment files .env .env.* # Local development instance/ *.db *.sqlite *.sqlite3 # Models and cache (will be generated on HF) models/finetuned/* .cache/ *.pth *.bin *.onnx # Git .git/ .gitignore .gitattributes # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Documentation (keep only README.md) DEPLOYMENT.md QUICKSTART.md PROJECT_STRUCTURE.md MIGRATION_SUMMARY.md Claude's Plan.md AI_MODEL_COMPARISON.md TRAINING_STRATEGY.md ZERO_SHOT_MODEL_SELECTION.md HF_DEPLOYMENT_CHECKLIST.md # Test files test_*.py mock_data*.json # Local-specific files Dockerfile docker-compose.yml .dockerignore gunicorn_config.py run.py start.sh # Keep these for HF: # - Dockerfile (will be copied from Dockerfile.hf) # - README.md (will be copied from README_HF.md) # - app_hf.py # - wsgi.py # - requirements.txt # - app/ directory