node_modules/
build/
dist/
temp/
.env
.env.local
*.log
pnpm-debug.log*
.DS_Store
deployments.local.json
.idea/
TOLK.md
TOLK/

# Python SDK build artefacts
sdks/python/.venv/
sdks/python/__pycache__/
sdks/python/**/__pycache__/
sdks/python/.pytest_cache/
sdks/python/.coverage
sdks/python/.ruff_cache/
sdks/python/.mypy_cache/
sdks/python/*.egg-info/
sdks/python/build/
sdks/python/src/*.egg-info/
