| # Environment & secrets | |
| .env | |
| .env.local | |
| # Vectorstore cache (rebuilt dynamically, don't commit) | |
| vectorstores/ | |
| src/vectorstores/ | |
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.egg-info/ | |
| *.egg | |
| .Python | |
| build/ | |
| dist/ | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| .venv/ | |
| # Streamlit | |
| .streamlit/secrets.toml | |
| # Jupyter/Colab leftovers | |
| .ipynb_checkpoints/ | |
| *.ipynb | |
| # OS/editor junk | |
| .DS_Store | |
| .vscode/ | |
| .idea/ |