# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ .venv*/ venv*/ # IDEs .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ # Cache .cache/ .pytest_cache/ .coverage* htmlcov/ .tox/ # Hugging Face cache (these will be downloaded at runtime) hf_cache/ .huggingface/ # Model files (these should be downloaded from HF Hub) *.pkl *.bin *.safetensors # Data files *.csv *.json *.parquet # Docker .dockerignore # Git .git/ # Build scripts (not needed in production) rebuild.sh rebuild.ps1 # Temporary files *.tmp *.temp # Environment variables .env.local .env.production # Documentation build docs/_build/ # Database files *.sqlite3 instance/ # Deployment .vercel