| # Python Virtual Environments | |
| rag_env/ | |
| venv/ | |
| env/ | |
| .venv/ | |
| # Secret Keys and Environment Variables | |
| .env | |
| # Generated Data & Vector Stores | |
| /backend/vectorStore/ | |
| data/ | |
| *.txt | |
| # Python specific | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # IDE / Editor specific settings | |
| # Ignore personal editor configurations | |
| .vscode/ | |
| .idea/ | |
| # OS-specific files | |
| # Ignore files generated by macOS and Windows | |
| .DS_Store | |
| Thumbs.db | |