Spaces:
Sleeping
Sleeping
| # Python and system files | |
| __pycache__/ | |
| *.py[cod] | |
| *.DS_Store | |
| # Virtual environments | |
| .venv/ | |
| env/ | |
| .interface/ | |
| # Streamlit & logs | |
| .streamlit/ | |
| *.log | |
| # IDE & config | |
| .vscode/ | |
| .env | |
| # Python and system files | |
| __pycache__/ | |
| *.py[cod] | |
| *.DS_Store | |
| # Virtual environments | |
| .venv/ | |
| env/ | |
| .interface/ | |
| # Streamlit & logs | |
| .streamlit/ | |
| *.log | |
| # IDE & config | |
| .vscode/ | |
| .env | |