| .git | |
| .gitignore | |
| .gitattributes | |
| .env* | |
| src/.env | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| venv/ | |
| .venv/ | |
| .vscode/ | |
| .idea/ | |
| *.DS_Store | |
| media/* | |
| !media/.keep # Optional: keep directory structure if needed | |
| src/media/* | |
| *.mp4 | |
| *.wav | |
| *.svg | |
| *.log | |
| *.tex | |
| generated_video.py | |
| extended_video.mp4 | |
| final_output.mp4 | |
| output_*.wav | |
| # Conda environment file (using requirements.txt) | |
| environment.yml | |
| src/tests/ | |
| LICENSE | |
| README.md | |
| packages.txt | |