node_modules/
dist/
.wrangler/
.dev.vars
.env
.env.*
!.env.example
*.local
.DS_Store
Thumbs.db
.vscode/
.idea/
coverage/
*.log
.turbo/
*.tsbuildinfo
apps/web/dist/
workers/api/dist/
packages/sdk/dist/
.mf/
workers/api/.dev.vars

# Python package (python/)
python/**/__pycache__/
python/**/*.py[cod]
python/.pytest_cache/
python/.mypy_cache/
python/.ruff_cache/
python/*.egg-info/
python/src/*.egg-info/
python/dist/
python/build/
python/.venv/
python/venv/
