diff --git a/$.FullName/_init_.py b/$.FullName/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/$.FullName/init.py b/$.FullName/init.py new file mode 100644 index 00000000..e69de29b diff --git a/$.FullName/init_.py b/$.FullName/init_.py new file mode 100644 index 00000000..e69de29b diff --git a/.devcontainer/_init_.py b/.devcontainer/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/.github/ISSUE_TEMPLATE/_init_.py b/.github/ISSUE_TEMPLATE/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/.github/_init_.py b/.github/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/.github/workflows/_init_.py b/.github/workflows/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/.pylintrc b/.pylintrc index 82729001..da5c8117 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,6 +1,6 @@ [MASTER] -ignore=__init__.py -ignore-patterns=.*\.pyc, __init__.* +ignore=__init__.py,__pycache__, .vscode, .github, OneDrive + [MESSAGES CONTROL] # Retain your disabled warnings and errors diff --git a/.vscode/_init_.py b/.vscode/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/backend/_init_.py b/backend/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/backend/auth/_init_.py b/backend/auth/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/backend/history/_init_.py b/backend/history/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/backend/security/_init_.py b/backend/security/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/data/_init_.py b/data/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/docs/_init_.py b/docs/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/docs/images/_init_.py b/docs/images/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/_init_.py b/frontend/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/public/_init_.py b/frontend/public/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/_init_.py b/frontend/src/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/api/_init_.py b/frontend/src/api/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/assets/_init_.py b/frontend/src/assets/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/components/Answer/_init_.py b/frontend/src/components/Answer/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/components/ChatHistory/_init_.py b/frontend/src/components/ChatHistory/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/components/DraftCards/_init_.py b/frontend/src/components/DraftCards/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/components/FeatureCard/_init_.py b/frontend/src/components/FeatureCard/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/components/QuestionInput/_init_.py b/frontend/src/components/QuestionInput/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/components/Sidebar/_init_.py b/frontend/src/components/Sidebar/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/components/_init_.py b/frontend/src/components/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/components/common/_init_.py b/frontend/src/components/common/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/constants/_init_.py b/frontend/src/constants/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/pages/_init_.py b/frontend/src/pages/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/pages/chat/_init_.py b/frontend/src/pages/chat/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/pages/document/_init_.py b/frontend/src/pages/document/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/pages/draft/_init_.py b/frontend/src/pages/draft/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/pages/landing/_init_.py b/frontend/src/pages/landing/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/pages/layout/_init_.py b/frontend/src/pages/layout/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/frontend/src/state/_init_.py b/frontend/src/state/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/_init_.py b/infra/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/core/_init_.py b/infra/core/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/core/ai/_init_.py b/infra/core/ai/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/core/database/_init_.py b/infra/core/database/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/core/database/cosmos/_init_.py b/infra/core/database/cosmos/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/core/database/cosmos/sql/_init_.py b/infra/core/database/cosmos/sql/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/core/host/_init_.py b/infra/core/host/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/core/search/_init_.py b/infra/core/search/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/core/security/_init_.py b/infra/core/security/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infra/core/storage/_init_.py b/infra/core/storage/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/infrastructure/_init_.py b/infrastructure/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/scripts/_init_.py b/scripts/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/_init_.py b/tests/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/integration_tests/_init_.py b/tests/integration_tests/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/integration_tests/dotenv_templates/_init_.py b/tests/integration_tests/dotenv_templates/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit_tests/_init_.py b/tests/unit_tests/_init_.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit_tests/dotenv_data/_init_.py b/tests/unit_tests/dotenv_data/_init_.py new file mode 100644 index 00000000..e69de29b