/target/
/.cache/
/.env
/.env.*
!.env.example
*.sqlite
*.sqlite3
*.db
*.db-shm
*.db-wal
/artifacts/
/data/
/live-test-output/
/coverage/
/dist/
/build/
/node_modules/
/sdks/python/.venv/
/sdks/python/.pytest_cache/
/sdks/python/.mypy_cache/
/sdks/python/.ruff_cache/
/sdks/python/dist/
/sdks/python/src/*.egg-info/
/sdks/typescript/node_modules/
/sdks/typescript/dist/
/sdks/typescript/package/
/sdks/typescript/*.tgz
/deploy/codex-home/
__pycache__/
*.py[cod]
.DS_Store
