| # 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/ | |