Spaces:
Runtime error
Runtime error
| # Ignore Python cache files in all directories | |
| **/__pycache__/ | |
| *.pyc | |
| # Ignore virtual environment directory | |
| venv/ |
| # Ignore Python cache files in all directories | |
| **/__pycache__/ | |
| *.pyc | |
| # Ignore virtual environment directory | |
| venv/ |