# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# QuantumRAG data
quantumrag_data/
test_scenario_data/
*.db
*.lance/

# Config with secrets (*.example 파일은 추적됨)
.env
quantumrag.yaml
quantumrag-local.yaml

# OS
.DS_Store
Thumbs.db

.claude