/.env
/.venv
/node_modules
/dist
/build
/coverage
/logs
/tmp
/cache
/data
/results
# Python bytecode - ignore everywhere in the repo
__pycache__/
*.py[cod]
*$py.class
/tests/sdk-test.py
/tests/.venv
