hfstudio / .gitignore.hf
GitHub Action
Sync from GitHub: ffdd28283d24c66d2e788d9b4a630d7d9f76b0a1
d3f86d8
raw
history blame contribute delete
449 Bytes
# Node.js dependencies and build artifacts
frontend/node_modules/
frontend/.svelte-kit/
frontend/build/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.venv
pip-log.txt
pip-delete-this-directory.txt
# Build artifacts
dist/
build/
*.egg-info/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Don't ignore the built static files for the Space
!hfstudio/static/