Spaces:
Running
Running
| # Python virtual environment | |
| venv/ | |
| .venv/ | |
| env/ | |
| .env/ | |
| # Python cache | |
| __pycache__/ | |
| *.pyc | |
| # Output files | |
| outputs/ | |
| # Incomplete files | |
| src/audio_synthesizer.py | |
| leetcode.py |