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

# uv / venv
.venv/
venv/
uv.lock

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

# Playwright profile data (never commit a logged-in session)
*.jimi-profile/
profile/

# OS
.DS_Store
