Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| .venv | |
| # Node | |
| node_modules/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.*.local | |
| # Logs | |
| *.log | |
| logs/ | |
| # Build outputs | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Runtime data | |
| data/ | |
| # Development script artifacts | |
| .backend.pid | |
| .frontend.pid | |
| # Testing | |
| .playwright-mcp/ | |
| reproduce_auth_500.py | |
| debug_list_notes.py | |
| DEPLOY_TO_HF.md | |
| # Documentation | |
| docs/fastmcp/ | |
| # AI notes (personal workspace) | |
| ai-notes/ | |
| Ai-notes/ | |
| # Images (binary files not allowed in HF Spaces) | |
| *.png | |
| *.jpg | |
| *.jpeg | |
| *.gif | |
| # Generated reports | |
| AUDIT_REPORT.md | |