# Node
node_modules/
dist/
*.tsbuildinfo
.pnpm-store/
# Generated from specs/ at build time — see node/scripts/generate-types.mjs.
# Not committed: CI regenerates on every run so codegen drift is caught, not papered over.
node/src/generated/

# Python
.venv/
__pycache__/
*.pyc
*.egg-info/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Generated from specs/ at build time — see python/scripts/generate_models.sh.
python/meetreeve/_generated/*/
!python/meetreeve/_generated/__init__.py

# OS
.DS_Store

# Editors
.vscode/
.idea/
