# Django
*.pyc
__pycache__/
db.sqlite3
media/
staticfiles/

# Python
.venv/
.env
.ruff_cache/
.pytest_cache/
.vscode/
.DS_Store

uv.lock

# Kea typegen output
**/*LogicType.ts

# Node
node_modules/
dist/
