From d40f27ba2eeb66a96e0170e0b5e7b97c824c64c2 Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 11 Jul 2024 10:42:43 +0900 Subject: [PATCH 1/2] Should not have committed this file --- .pdm-python | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .pdm-python diff --git a/.pdm-python b/.pdm-python deleted file mode 100644 index 716f77e..0000000 --- a/.pdm-python +++ /dev/null @@ -1 +0,0 @@ -/home/doty/src/cry/.venv/bin/python \ No newline at end of file From 64b24388d8c3d757d6fb0d84cbd2c3a1dc958645 Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 11 Jul 2024 10:43:12 +0900 Subject: [PATCH 2/2] Ignore pdm-python --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 53605b7..1450a89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .venv +.pdm-python __pycache__/ *.py[cod] *$py.class