Spaces:
Sleeping
Sleeping
| # Ignore environment files | |
| .env | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| # Virtual environments | |
| .venv/ | |
| # Other | |
| .DS_Store |
| # Ignore environment files | |
| .env | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| # Virtual environments | |
| .venv/ | |
| # Other | |
| .DS_Store |