openrag/.gitignore
Edwin Jose d5a70bc575 Add OpenRAG OpenSearch flow and update .gitignore
Added a new flow definition for OpenRAG with OpenSearch hybrid search in flows/openrag_url_mcp.json. Updated .gitignore to allow tracked JSON files in the flows directory while ignoring others.
2025-10-02 15:05:55 -04:00

23 lines
211 B
Text

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env
# RSA keys for JWT signing
*.pem
.idea/
1001*.pdf
*.json
!flows/*.json
.DS_Store
config.yaml