# Python
__pycache__/
*.py[cod]
*.so
.Python
.venv/
venv/

# Build artifacts
build/
dist/
*.egg-info/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.cache/

# Local runtime outputs
logs/
*.log
*.log.*
*.html
!src/pylogrouter/templates/*.html

# OS/editor
.DS_Store
Thumbs.db
.vscode/
.idea/

# Project local memory
.lore/
lore/
