Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| .Python | |
| *.egg-info/ | |
| .pytest_cache/ | |
| # Node | |
| node_modules/ | |
| web/dist/ | |
| .npm/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Editor | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| # Local env | |
| .env | |
| .env.local | |
| # Cache (HF Spaces에서 새로 빌드) | |
| .cache/ | |
| # Binary assets (HF의 binary 거부 — 나중에 LFS/Xet로 추가 예정) | |
| assets/*.pdf | |
| assets/*.png | |
| data/_embeddings_cache/ | |