fluksio-worker 0.1.0__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.
@@ -0,0 +1,24 @@
1
+ .vscode/*
2
+ !.vscode/extensions.json
3
+ node_modules/
4
+ /test-results/
5
+ /playwright-report/
6
+ /blob-report/
7
+ /playwright/.cache/
8
+
9
+ # Generated locally by the workspace root's scripts/setup.sh; never committed.
10
+ .env
11
+ secrets/
12
+
13
+ __pycache__/
14
+ *.py[cod]
15
+
16
+ # The local flow store (its own git repository) and the encrypted secrets file.
17
+ /backend/flow-data/
18
+
19
+ # Output of `make verify` (root Makefile).
20
+ /frontend/screenshots/
21
+ *.tsbuildinfo
22
+
23
+ # Output of `make docs` (the zensical build of docs/).
24
+ /site/