Spaces:
Running
Running
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| *.pyc | |
| *.pdb | |
| *.egg-info/ | |
| .eggs/ | |
| dist/ | |
| build/ | |
| *.egg | |
| # Jupyter Notebooks | |
| .ipynb_checkpoints/ | |
| # Environments | |
| .env | |
| .venv | |
| venv/ | |
| ENV/ | |
| # VS Code | |
| .vscode/ | |
| # macOS | |
| .DS_Store | |
| # Logs | |
| *.log | |
| # Test and coverage | |
| .coverage | |
| .tox/ | |
| .nox/ | |
| .cache/ | |
| pytest_cache/ | |
| # Docker | |
| *.pid | |
| *.pid.lock | |
| # Streamlit | |
| .streamlit/ | |
| # Misc | |
| memory.json | |