Agentic_RAG / .gitignore
Sushil Thapa
setup gemini code
82566ad
raw
history blame contribute delete
540 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
# uv environment files
.uv/
# IDE/editor folders
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# macOS files
.DS_Store
# Logs and local data
*.log
*.sqlite3
*.db
# Environment variables
.env
.env.*
.local.env
# GRPC plugin artifacts
*.proto.ts
.gradio/