# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # Environment variables .env .env.local .env.production .env.staging *.env # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Models and large files *.bin *.safetensors *.gguf *.ggml models/ gguf_models/ model_cache/ downloads/ # Architecture development files (experimental) config/ core/ providers/ api/ utils/ app_refactored.py # MLX cache .mlx_cache/ # Ollama models (generated) Modelfile *.modelfile # llama.cpp build artifacts llama.cpp/ build/ cmake-build-*/ # Jupyter Notebook .ipynb_checkpoints # PyTorch *.pth *.pt # Transformers cache transformers_cache/ .cache/ # Hugging Face .huggingface/ # Logs *.log logs/ # Temporary files tmp/ temp/ *.tmp # Test outputs test_outputs/ outputs/ # Documentation builds docs/_build/ # Coverage reports htmlcov/ .coverage .coverage.* coverage.xml *.cover .hypothesis/ .pytest_cache/ # Secrets and keys (extra protection) *token* *key* *secret* !requirements*.txt !*_example.* # Files with exposed HuggingFace tokens HF_ACCESS_RULES.md HF_DEPLOYMENT_INSTRUCTIONS.md koyeb_deployment_config.yaml # Large datasets data/ datasets/ *.csv *.json *.parquet # Model outputs generations/ responses/ evaluations/ hf-space-lingua-custodia-sfcr-demo/ # Development and testing files test_app_locally.py test_fallback_locally.py test_storage_detection.py test_storage_setup.py verify_*.py *_old.py *_backup.py *_temp.py