UI / .gitignore
Chan-Y's picture
Initial commit for HF Space
a94ab76
raw
history blame contribute delete
212 Bytes
# Python / Backend
__pycache__/
*.py[cod]
*$py.class
venv/
.env
.ipynb_checkpoints/
# Node / Frontend
node_modules/
dist/
.DS_Store
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
coverage/
.vscode/
.idea/