Spaces:
Paused
Paused
| # Ignore Python cache files | |
| __pycache__/ | |
| *.py[cod] | |
| # Ignore virtual environment | |
| .venv/ | |
| # Ignore environment-specific files | |
| .env | |
| .python-version |