Spaces:
Sleeping
Sleeping
| # --- Security (CRITICAL) --- | |
| .env | |
| .env.local | |
| secrets.json | |
| # --- Python --- | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| share/python-wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # --- Virtual Environments --- | |
| venv/ | |
| env/ | |
| ENV/ | |
| .venv/ | |
| # --- Database & RAG (Generated at runtime) --- | |
| database/*.db | |
| rag/vectorstore/ | |
| rag/indexes/ | |
| # --- IDE Settings (VS Code, PyCharm, etc.) --- | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # --- OS Generated Files --- | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # --- Logs --- | |
| *.log |