diff --git a/.gitignore b/.gitignore index ea407af1..b58065a6 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,9 @@ new-layouts/ # writes event photos into backend/storage/, and the narrower # business-docs-only rule let `git add -A` sweep them into a commit. backend/storage/ + +# Python bytecode. The ML sidecar lives on main only, so this branch never +# needed the rule — which is how a `git add -A` from a shared working tree +# committed 16 .pyc files here in #1247. +__pycache__/ +*.pyc diff --git a/ml/app/__pycache__/__init__.cpython-312.pyc b/ml/app/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 5e4aaec1..00000000 Binary files a/ml/app/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/ml/app/__pycache__/__init__.cpython-314.pyc b/ml/app/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 462274d2..00000000 Binary files a/ml/app/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/ml/app/__pycache__/config.cpython-312.pyc b/ml/app/__pycache__/config.cpython-312.pyc deleted file mode 100644 index 73810d37..00000000 Binary files a/ml/app/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/ml/app/__pycache__/config.cpython-314.pyc b/ml/app/__pycache__/config.cpython-314.pyc deleted file mode 100644 index bbb6ffb8..00000000 Binary files a/ml/app/__pycache__/config.cpython-314.pyc and /dev/null differ diff --git a/ml/app/__pycache__/main.cpython-312.pyc b/ml/app/__pycache__/main.cpython-312.pyc deleted file mode 100644 index e39abab7..00000000 Binary files a/ml/app/__pycache__/main.cpython-312.pyc and /dev/null differ diff --git a/ml/app/__pycache__/main.cpython-314.pyc b/ml/app/__pycache__/main.cpython-314.pyc deleted file mode 100644 index 12508624..00000000 Binary files a/ml/app/__pycache__/main.cpython-314.pyc and /dev/null differ diff --git a/ml/app/__pycache__/pipeline.cpython-312.pyc b/ml/app/__pycache__/pipeline.cpython-312.pyc deleted file mode 100644 index 46ec79e4..00000000 Binary files a/ml/app/__pycache__/pipeline.cpython-312.pyc and /dev/null differ diff --git a/ml/app/__pycache__/pipeline.cpython-314.pyc b/ml/app/__pycache__/pipeline.cpython-314.pyc deleted file mode 100644 index 88251e9e..00000000 Binary files a/ml/app/__pycache__/pipeline.cpython-314.pyc and /dev/null differ diff --git a/ml/app/__pycache__/schemas.cpython-312.pyc b/ml/app/__pycache__/schemas.cpython-312.pyc deleted file mode 100644 index 340b41e0..00000000 Binary files a/ml/app/__pycache__/schemas.cpython-312.pyc and /dev/null differ diff --git a/ml/app/__pycache__/schemas.cpython-314.pyc b/ml/app/__pycache__/schemas.cpython-314.pyc deleted file mode 100644 index b7e91cab..00000000 Binary files a/ml/app/__pycache__/schemas.cpython-314.pyc and /dev/null differ diff --git a/ml/tests/__pycache__/test_api.cpython-312-pytest-9.1.1.pyc b/ml/tests/__pycache__/test_api.cpython-312-pytest-9.1.1.pyc deleted file mode 100644 index 6ed219f5..00000000 Binary files a/ml/tests/__pycache__/test_api.cpython-312-pytest-9.1.1.pyc and /dev/null differ diff --git a/ml/tests/__pycache__/test_api.cpython-314-pytest-9.1.1.pyc b/ml/tests/__pycache__/test_api.cpython-314-pytest-9.1.1.pyc deleted file mode 100644 index b774feae..00000000 Binary files a/ml/tests/__pycache__/test_api.cpython-314-pytest-9.1.1.pyc and /dev/null differ diff --git a/ml/tests/__pycache__/test_pipeline.cpython-312-pytest-9.1.1.pyc b/ml/tests/__pycache__/test_pipeline.cpython-312-pytest-9.1.1.pyc deleted file mode 100644 index cacf78c4..00000000 Binary files a/ml/tests/__pycache__/test_pipeline.cpython-312-pytest-9.1.1.pyc and /dev/null differ diff --git a/ml/tests/__pycache__/test_pipeline.cpython-314-pytest-9.1.1.pyc b/ml/tests/__pycache__/test_pipeline.cpython-314-pytest-9.1.1.pyc deleted file mode 100644 index 1b7db8af..00000000 Binary files a/ml/tests/__pycache__/test_pipeline.cpython-314-pytest-9.1.1.pyc and /dev/null differ diff --git a/ml/tools/__pycache__/convert_facenet.cpython-311.pyc b/ml/tools/__pycache__/convert_facenet.cpython-311.pyc deleted file mode 100644 index d9b439b0..00000000 Binary files a/ml/tools/__pycache__/convert_facenet.cpython-311.pyc and /dev/null differ diff --git a/ml/tools/__pycache__/convert_facenet.cpython-314.pyc b/ml/tools/__pycache__/convert_facenet.cpython-314.pyc deleted file mode 100644 index 7fdf019f..00000000 Binary files a/ml/tools/__pycache__/convert_facenet.cpython-314.pyc and /dev/null differ