# ============================================================================ # EleFind - Elephant Detection Gradio UI # ============================================================================ # --- Model weights (download from HuggingFace at runtime) --- *.pt *.pth *.onnx *.engine # --- Meeting materials (large data, docs, models — all excluded) --- meeting_materials/ # --- Python --- __pycache__/ *.py[cod] *$py.class *.so *.egg-info/ dist/ build/ .eggs/ *.egg # --- Virtual environments --- venv/ env/ .venv/ .env/ # --- IDE --- .vscode/ .idea/ *.swp *.swo *~ # --- OS --- .DS_Store Thumbs.db desktop.ini # --- Temp files --- temp_input_*.jpg *.tmp # --- Pytest / Coverage --- .pytest_cache/ htmlcov/ .coverage coverage.xml # --- Jupyter --- .ipynb_checkpoints/ # --- Gradio --- flagged/