diff --git a/rag_tutorials/llm_app_hybrid_RAG_claude/.gitignore b/rag_tutorials/llm_app_hybrid_RAG_claude/.gitignore deleted file mode 100644 index a3b9727..0000000 --- a/rag_tutorials/llm_app_hybrid_RAG_claude/.gitignore +++ /dev/null @@ -1,55 +0,0 @@ -# Python virtual environment -venv/ -myrag/ -env/ -.env - -# Python cache files -__pycache__/ -*.py[cod] -*$py.class - -# Distribution / packaging -dist/ -build/ -*.egg-info/ - -# IDE specific files -.idea/ -.vscode/ -*.swp -*.swo - -# Local development files -*.log -.DS_Store - -# Test files -test.txt -test.pdf - -# Database files -*.db -*.sqlite3 - -# Environment variables -.env -.env.local -.env.*.local - -# Chainlit specific -.chainlit/ -chainlit.md - -# Temporary files -tmp/ -temp/ - -.files -.flashrank_cache -.env - -raglite.sqlite - -.chainlit/ -.flashrank_cache/ \ No newline at end of file