Spaces:
Paused
Paused
| *.pyc | |
| __pycache__/ | |
| # Virtual environments | |
| .venv/ | |
| env/ | |
| ENV/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # Pytest | |
| .pytest_cache/ | |
| # OS | |
| .DS_Store | |
| # Local envs | |
| .env | |
| # Logs | |
| *.log | |
| # Byte-compiled / compiled files | |
| *.so | |
| # Ignore IDE config | |
| .vscode/ | |
| .idea/ | |