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

# stitch runtime
.stitch/cache/

# Node (app/frontend)
node_modules/

# Env & editor
.env
.DS_Store
.idea/
.vscode/
