pytest-bec-e2e 3.166.2__tar.gz → 3.167.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.
- {pytest_bec_e2e-3.166.2 → pytest_bec_e2e-3.167.0}/.gitignore +5 -0
- {pytest_bec_e2e-3.166.2 → pytest_bec_e2e-3.167.0}/PKG-INFO +1 -1
- {pytest_bec_e2e-3.166.2 → pytest_bec_e2e-3.167.0}/pyproject.toml +1 -1
- {pytest_bec_e2e-3.166.2 → pytest_bec_e2e-3.167.0}/pytest_bec_e2e/__init__.py +0 -0
- {pytest_bec_e2e-3.166.2 → pytest_bec_e2e-3.167.0}/pytest_bec_e2e/plugin.py +0 -0
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
**/*.egg*
|
|
10
10
|
**/*.env
|
|
11
11
|
data/*
|
|
12
|
+
.python-version
|
|
13
|
+
|
|
12
14
|
# bec_widgets saved profiles
|
|
13
15
|
widgets_settings/profiles/*
|
|
14
16
|
|
|
@@ -183,3 +185,6 @@ cython_debug/
|
|
|
183
185
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
184
186
|
#.idea/
|
|
185
187
|
|
|
188
|
+
|
|
189
|
+
# Local agent configuration file
|
|
190
|
+
AGENTS_PERSONAL.md
|
|
File without changes
|
|
File without changes
|