algospaced-dsa / .gitignore
iamfebin's picture
feat: implement sandbox mode
a95fdd1
Raw
History Blame Contribute Delete
512 Bytes
# 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
*.pdf