61 lines
633 B
Text
61 lines
633 B
Text
.venv/
|
|
|
|
.env/
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
dev-debug.log
|
|
|
|
|
|
.pytest_cache/
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
.venv
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
|
|
*.pyc
|
|
# Task files
|
|
# tasks.json
|
|
# tasks/
|
|
__pycache__/
|
|
*/__pycache__/
|
|
src/__pycache__/
|
|
tests/unit/__pycache__/
|
|
|
|
# Build artifacts
|
|
src/tinyrag.egg-info/
|
|
|
|
# Review files
|
|
review.md
|
|
chroma_db_poc/
|
|
tree-sitter-rescript/
|