Spaces:
Sleeping
Sleeping
| # Ignore virtual environment | |
| myenv/ | |
| # Ignore Python bytecode cache | |
| __pycache__/ | |
| # Ignore environment variables file | |
| .env | |
| venv/ |
| # Ignore virtual environment | |
| myenv/ | |
| # Ignore Python bytecode cache | |
| __pycache__/ | |
| # Ignore environment variables file | |
| .env | |
| venv/ |