Spaces:
Running on Zero
Running on Zero
| # Local environment and secrets | |
| .env | |
| .env.* | |
| !.env.example | |
| # Python virtualenv and cache | |
| .venv/ | |
| venv/ | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| .pytest_cache/ | |
| # OS / editor artifacts | |
| *.swp | |
| *.swo | |
| .DS_Store | |
| # Windows ADS files that can appear in examples | |
| *:Zone.Identifier | |