diff --git a/.gitignore b/.gitignore index 4ee4276..78d00ab 100644 --- a/.gitignore +++ b/.gitignore @@ -5,11 +5,36 @@ /sqs-consumer bin/ ws-probe/ws-probe +/iot-service # Go *.exe *.test *.out +*.prof +*.cover + +# Python — кэш и генерируемые файлы +__pycache__/ +*.py[cod] +*$py.class +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.tox/ +.venv/ +venv/ +htmlcov/ +.coverage +.coverage.* +*.egg-info/ +build/ +dist/ +.eggs/ + +# Логи +*.log +logs/ # IDE .idea/ @@ -21,3 +46,11 @@ ws-probe/ws-probe # OS .DS_Store Thumbs.db + +# Прочие генерируемые/временные +*.tmp +*.temp +*.bak +*.orig +*.swp +.DS_Store diff --git a/loadtests/__pycache__/__init__.cpython-312.pyc b/loadtests/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 0e63085..0000000 Binary files a/loadtests/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/loadtests/__pycache__/common.cpython-312.pyc b/loadtests/__pycache__/common.cpython-312.pyc deleted file mode 100644 index 59a5a52..0000000 Binary files a/loadtests/__pycache__/common.cpython-312.pyc and /dev/null differ diff --git a/loadtests/__pycache__/publisher.cpython-312.pyc b/loadtests/__pycache__/publisher.cpython-312.pyc deleted file mode 100644 index 0dbbe5e..0000000 Binary files a/loadtests/__pycache__/publisher.cpython-312.pyc and /dev/null differ diff --git a/loadtests/__pycache__/run.cpython-312.pyc b/loadtests/__pycache__/run.cpython-312.pyc deleted file mode 100644 index 19fe059..0000000 Binary files a/loadtests/__pycache__/run.cpython-312.pyc and /dev/null differ diff --git a/loadtests/__pycache__/scenarios.cpython-312.pyc b/loadtests/__pycache__/scenarios.cpython-312.pyc deleted file mode 100644 index 5d7b6d1..0000000 Binary files a/loadtests/__pycache__/scenarios.cpython-312.pyc and /dev/null differ diff --git a/loadtests/__pycache__/verifier.cpython-312.pyc b/loadtests/__pycache__/verifier.cpython-312.pyc deleted file mode 100644 index ab74183..0000000 Binary files a/loadtests/__pycache__/verifier.cpython-312.pyc and /dev/null differ