Spaces:
Running on Zero
Running on Zero
| # Claude Code local tooling | |
| .claude/ | |
| # Environment / secrets | |
| .env | |
| .env.* | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| .venv/ | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Outputs | |
| extracted_images/ | |
| content/ | |
| hybrid_rag_vector_store/ | |
| *.pkl | |
| # Caches / tooling | |
| .pytest_cache/ | |
| .uv-cache/ | |