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

# ── Frontend (SvelteKit) ───────────────────────────────
frontend/node_modules/
frontend/.svelte-kit/
src/skaro_web/static/_app/

# ── IDE / OS ───────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
desktop.ini

# ── Testing / Coverage ─────────────────────────────────
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

pack.bat
*.zip
