Spaces:
Sleeping
Sleeping
| # 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/ |