From ff362971f1f0e47a08b1d82de45e27234d1e6f8d Mon Sep 17 00:00:00 2001 From: Wey Gu Date: Fri, 12 Jan 2024 12:56:02 +0800 Subject: [PATCH] chore: gitignore file handling --- .gitignore | 1 + .pdm-python | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .pdm-python diff --git a/.gitignore b/.gitignore index 68bc17f..f7f74c7 100644 --- a/.gitignore +++ b/.gitignore @@ -108,6 +108,7 @@ ipython_config.py # in version control. # https://pdm.fming.dev/#use-with-ide .pdm.toml +.pdm-python # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ diff --git a/.pdm-python b/.pdm-python deleted file mode 100644 index 98aff58..0000000 --- a/.pdm-python +++ /dev/null @@ -1 +0,0 @@ -/home/w/dev/nebulagraph-lite/.venv/bin/python \ No newline at end of file