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

# uv
.python-version

# Config (secrets)
~/.config/knowledge-distiller/

# Test cache
.pytest_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Logs
*.log
