# Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ .eggs/ build/ dist/ # Virtual environments .venv/ venv/ env/ ENV/ # Local environment and secrets .env .env.* !.env.example *.pem *.key *.crt *.p12 *.pfx # App runtime data .runtime/ interviews.db *.db *.sqlite *.sqlite3 live_audi_transcript.md *.csv # Model and training artifacts models/ checkpoints/ outputs/ runs/ wandb/ mlruns/ *.safetensors *.bin *.pt *.pth *.ckpt *.gguf # Hugging Face / ML caches .cache/ huggingface/ hf_cache/ # Gradio flagged/ .gradio/ # Logs *.log logs/ # OS and editor files .DS_Store Thumbs.db .idea/ .vscode/ *.swp *.swo # Test and coverage artifacts .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/