| # Training-only files (not needed for inference) | |
| optimizer.pt | |
| scheduler.pt | |
| training_args.bin | |
| eval_results.log | |
| # Python artifacts | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| # Testing artifacts | |
| emotional_trigger_debug.log | |
| utterance_by_utterance_debug.log | |
| # Local development | |
| .env | |
| .venv/ | |
| venv/ | |
| *.local | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| file_structure.txt |