# 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