# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Linting
.ruff_cache/

# Environment
.env

# OS
.DS_Store
Thumbs.db

# Qdrant local data (created by fc-rag)
~/.fc_rag/

# Test configurations
test_config/

