Spaces:
Runtime error
Runtime error
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # Streamlit | |
| .streamlit/secrets.toml | |
| .streamlit/config.toml | |
| # Data files (optional - uncomment if you don't want to track data) | |
| # data/*.xlsx | |
| # *.xlsx | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| streamlit.log | |
| # Reports | |
| sales_report_*.xlsx | |