# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.ruff_cache/

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

# macOS
.DS_Store

# Distribution
*.whl
*.tar.gz

# User data (never commit ~/.cmdrun runtime data)
data/index.faiss
data/metadata.pkl


.claude
.pytest_cache


CLAUDE.md