Spaces:
Sleeping
Sleeping
| # Python cache | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| *.egg | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # Credentials (DO NOT COMMIT) | |
| .streamlit/secrets.toml | |
| .env | |
| # Data cache (speeds up loading) | |
| .cache.pkl | |
| *.pkl | |
| *.cache | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |