# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Rewyn local state
.rewyn/

# Environment
.env
.env.*

# OS / editors
.DS_Store
.idea/
.vscode/

# The console bundle is a build artifact. It cannot be reproduced byte-for-byte
# across platforms (Next uses a per-platform SWC binary), so it is built on
# Linux during release and shipped in the wheel rather than committed.
src/rewyn/ui/static/
