# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.venv/
venv/
uv.lock

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

# Local Kedger stores (never commit)
.kedger/
*.kxp
*.sqlite
*.sqlite3

# Demo render scratch
docs/assets/_demo_frames/

# Env
.env
.env.*