Spaces:
Sleeping
Sleeping
| # Ignore virtual environment folder | |
| .venv/ | |
| # Ignore authentication key file | |
| secrets.txt | |
| # Ignore all cache | |
| **/__pycache__/ |
| # Ignore virtual environment folder | |
| .venv/ | |
| # Ignore authentication key file | |
| secrets.txt | |
| # Ignore all cache | |
| **/__pycache__/ |