diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5fd4061 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +__pycache__/ +*.py[cod] +*.egg-info/ +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.venv/ +build/ +dist/ +node_modules/ +webui/node_modules/ +webui/dist/ +*.tsbuildinfo +.component-test-build/ +.module-test-build/ +.policy-test-build/ +.template-preview-test-build/ +.import-test-build/ +webui/.component-test-build/ +webui/.module-test-build/ +webui/.policy-test-build/ +webui/.template-preview-test-build/ +webui/.import-test-build/ diff --git a/src/govoplan_dashboard.egg-info/PKG-INFO b/src/govoplan_dashboard.egg-info/PKG-INFO deleted file mode 100644 index 85f019c..0000000 --- a/src/govoplan_dashboard.egg-info/PKG-INFO +++ /dev/null @@ -1,22 +0,0 @@ -Metadata-Version: 2.4 -Name: govoplan-dashboard -Version: 0.1.6 -Summary: GovOPlaN configurable dashboard module. -Author: GovOPlaN -Requires-Python: >=3.12 -Description-Content-Type: text/markdown -Requires-Dist: govoplan-core>=0.1.6 -Requires-Dist: govoplan-access>=0.1.6 - -# GovOPlaN Dashboard - -Configurable dashboard module for GovOPlaN. - -The module owns the `/dashboard` route when installed. Core keeps only a minimal -fallback home for installations where this module is absent. - -Modules contribute widgets through the `dashboard.widgets` WebUI capability. -The first implementation stores personal widget visibility in browser storage; -server-side layout persistence can be added later without changing the widget -contract. - diff --git a/src/govoplan_dashboard.egg-info/SOURCES.txt b/src/govoplan_dashboard.egg-info/SOURCES.txt deleted file mode 100644 index 59679ed..0000000 --- a/src/govoplan_dashboard.egg-info/SOURCES.txt +++ /dev/null @@ -1,12 +0,0 @@ -README.md -pyproject.toml -src/govoplan_dashboard/__init__.py -src/govoplan_dashboard/py.typed -src/govoplan_dashboard.egg-info/PKG-INFO -src/govoplan_dashboard.egg-info/SOURCES.txt -src/govoplan_dashboard.egg-info/dependency_links.txt -src/govoplan_dashboard.egg-info/entry_points.txt -src/govoplan_dashboard.egg-info/requires.txt -src/govoplan_dashboard.egg-info/top_level.txt -src/govoplan_dashboard/backend/__init__.py -src/govoplan_dashboard/backend/manifest.py \ No newline at end of file diff --git a/src/govoplan_dashboard.egg-info/dependency_links.txt b/src/govoplan_dashboard.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/src/govoplan_dashboard.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/govoplan_dashboard.egg-info/entry_points.txt b/src/govoplan_dashboard.egg-info/entry_points.txt deleted file mode 100644 index b0a7d51..0000000 --- a/src/govoplan_dashboard.egg-info/entry_points.txt +++ /dev/null @@ -1,2 +0,0 @@ -[govoplan.modules] -dashboard = govoplan_dashboard.backend.manifest:get_manifest diff --git a/src/govoplan_dashboard.egg-info/requires.txt b/src/govoplan_dashboard.egg-info/requires.txt deleted file mode 100644 index cd1e2a8..0000000 --- a/src/govoplan_dashboard.egg-info/requires.txt +++ /dev/null @@ -1,2 +0,0 @@ -govoplan-core>=0.1.6 -govoplan-access>=0.1.6 diff --git a/src/govoplan_dashboard.egg-info/top_level.txt b/src/govoplan_dashboard.egg-info/top_level.txt deleted file mode 100644 index f30f210..0000000 --- a/src/govoplan_dashboard.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -govoplan_dashboard diff --git a/src/govoplan_dashboard/__pycache__/__init__.cpython-313.pyc b/src/govoplan_dashboard/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 11a611e..0000000 Binary files a/src/govoplan_dashboard/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/src/govoplan_dashboard/backend/__pycache__/__init__.cpython-313.pyc b/src/govoplan_dashboard/backend/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index aa7c010..0000000 Binary files a/src/govoplan_dashboard/backend/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/src/govoplan_dashboard/backend/__pycache__/manifest.cpython-313.pyc b/src/govoplan_dashboard/backend/__pycache__/manifest.cpython-313.pyc deleted file mode 100644 index bceb1f3..0000000 Binary files a/src/govoplan_dashboard/backend/__pycache__/manifest.cpython-313.pyc and /dev/null differ