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

# uv
# uv.lock is intentionally committed so CI can use it for reproducible builds

# Data (stored externally at ~/.lorekeeper)
data/

# Logs
log/*.log

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

# IDE
.DS_Store
.idea/
.vscode/
