Spaces:
Running
Running
| # Virtual environment | |
| venv/ | |
| .venv/ | |
| env/ | |
| ENV/ | |
| # Python caching | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # Local SQLite databases and logs | |
| /scratch/db_*.sqlite | |
| /scratch/sandbox.db | |
| sync.log | |
| debug_cookies.txt | |
| debug_db.txt | |
| # Node dependencies and build files | |
| node_modules/ | |
| algospaced-ui/node_modules/ | |
| algospaced-ui/dist/ | |
| # Local configuration and secrets | |
| .streamlit/secrets.toml | |
| .env | |
| .env.local | |
| .env.*.local | |
| # Design layouts and binaries | |
| stitch_algospaced_dock_layout/ | |
| *.png | |
| *.jpg | |
| *.jpeg | |
| *.gif | |
| *.ico | |
| *.zip | |
| *.tar.gz | |