Spaces:
Sleeping
Sleeping
| .env | |
| context_scaler.txt | |
| # Test and validation scripts (local only) | |
| test_*.py | |
| phase*_validator_test.py | |
| final_phase1_check.py | |
| FINAL_CHECKLIST.txt | |
| # Python bytecode and caches | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env.bak/ | |
| whisper_env/ | |
| # Local caches and generated artifacts | |
| .cache/ | |
| logs/ | |
| checkpoints/ | |
| # IDE and editor settings | |
| .vscode/ | |
| .idea/ | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |