From 1d180b11d928e3dad6e1f4693219150aa1f74bbc Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Fri, 6 Feb 2026 12:34:29 +0000 Subject: [PATCH] ignore the poetry lock --- .gitignore | 2 +- poetry.lock | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 poetry.lock diff --git a/.gitignore b/.gitignore index 0b3d191..cad086a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,5 @@ __pycache__/ *.pyo *.pyd .pytest_cache/ - +poetry.lock zapp.yaml \ No newline at end of file diff --git a/poetry.lock b/poetry.lock deleted file mode 100644 index 8d6a570..0000000 --- a/poetry.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. -package = [] - -[metadata] -lock-version = "2.1" -python-versions = ">=3.12" -content-hash = "75265641fd1a3f2a4d608312a3879427b7141ac2a51d0873da5711cbc8ead28e"