Spaces:
Running
Running
| # Dependencies | |
| node_modules/ | |
| # Environment variables | |
| .env | |
| .env.local | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| # Logs | |
| *.log | |
| npm-debug.log* | |
| # Note: .next/ is INCLUDED for HuggingFace deployment | |
| # Do NOT add .next/ to this .gitignore | |
| # But exclude the cache directory - it's too large and not needed | |
| .next/cache/ | |
| # Testing | |
| .sites/* | |
| # Claude Code settings | |
| .claude/ | |
| # large local artifacts | |
| project_dump.txt | |
| *.dump | |
| CLAUDE.md | |
| AGENTS.md | |
| analysis.md | |