# byte-compiled / caches
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/

# build artifacts
build/
dist/

# model + runtime artifacts
*.pt
kma_memory.json

# generated images (keep the logo)
*.png
!assets/logo.png

# secrets
.env
.env.*

# envs / editor / tooling
.venv/
.DS_Store
.claude/
