LibraryRAG / .gitignore
Zwounds's picture
Upload .gitignore
007557e verified
raw
history blame contribute delete
411 Bytes
# Virtual Environment
.venv/
venv/
ENV/
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# Database
chroma_db/
*.sqlite3
# Logs and temporary files
*.log
*.tmp
extracted_content_debug.jsonl
# OS-specific files
.DS_Store
Thumbs.db
# IDE / Editor specific files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Environment variables
.env