ebiose-cloud-sdk 0.1.911.dev0__tar.gz → 0.1.943.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ebiose_cloud_sdk-0.1.911.dev0 → ebiose_cloud_sdk-0.1.943.dev0}/.gitignore +9 -0
- {ebiose_cloud_sdk-0.1.911.dev0 → ebiose_cloud_sdk-0.1.943.dev0}/PKG-INFO +1 -1
- {ebiose_cloud_sdk-0.1.911.dev0 → ebiose_cloud_sdk-0.1.943.dev0}/pyproject.toml +1 -1
- {ebiose_cloud_sdk-0.1.911.dev0 → ebiose_cloud_sdk-0.1.943.dev0}/README.md +0 -0
- {ebiose_cloud_sdk-0.1.911.dev0 → ebiose_cloud_sdk-0.1.943.dev0}/ebiose_cloud_sdk/__init__.py +0 -0
- {ebiose_cloud_sdk-0.1.911.dev0 → ebiose_cloud_sdk-0.1.943.dev0}/ebiose_cloud_sdk/models.py +0 -0
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
# User-specific files
|
|
7
7
|
.env
|
|
8
|
+
|
|
9
|
+
# Publishable copy produced by ops/scripts/publish-public-agent-config.sh
|
|
10
|
+
/dist/
|
|
11
|
+
|
|
8
12
|
*.rsuser
|
|
9
13
|
*.suo
|
|
10
14
|
*.user
|
|
@@ -406,10 +410,15 @@ Website/.env*.local
|
|
|
406
410
|
.dev/*
|
|
407
411
|
!.dev/project/
|
|
408
412
|
!.dev/backup-old-workflow/
|
|
413
|
+
# Runtime-only dispatch ledger (worker tracking during a run) — never committed.
|
|
414
|
+
.dev/project/*/.dispatch-ledger
|
|
409
415
|
data/
|
|
410
416
|
# Re-include committed test fixtures that live under a `data/` folder.
|
|
411
417
|
!ebiose-core/tests/**/data/
|
|
412
418
|
!ebiose-core/tests/**/data/**
|
|
419
|
+
# Re-include Frontend app source that lives under `src/data/` (not build output).
|
|
420
|
+
!Frontend/src/data/
|
|
421
|
+
!Frontend/src/data/**
|
|
413
422
|
|
|
414
423
|
.ebiose/
|
|
415
424
|
|
|
File without changes
|
{ebiose_cloud_sdk-0.1.911.dev0 → ebiose_cloud_sdk-0.1.943.dev0}/ebiose_cloud_sdk/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|