Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.egg | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .eggs/ | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Environment variables | |
| .env | |
| # Streamlit | |
| .streamlit/ | |
| # macOS | |
| .DS_Store | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # Logs | |
| *.log | |
| # Jupyter | |
| .ipynb_checkpoints/ | |