Spaces:
Sleeping
Sleeping
| # Project planning docs (confidential) | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .eggs/ | |
| *.egg | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.production | |
| # Keys & secrets | |
| keys/ | |
| *.pem | |
| *.key | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # ChromaDB persistence | |
| chroma_data/ | |
| chromadb/ | |
| # Test & coverage | |
| .pytest_cache/ | |
| htmlcov/ | |
| .coverage | |
| coverage.xml | |
| # Node (dashboard) | |
| dashboard/node_modules/ | |
| dashboard/.next/ | |
| dashboard/out/ | |
| # Render | |
| .render/ | |
| # Claude Code | |
| .claude/ | |
| # Screenshots | |
| Pictures/ | |
| assets/ | |
| *.png | |
| # Misc | |
| *.log | |
| *.tmp | |