diff --git a/.gitignore b/.gitignore index 71e81e9..97b792c 100644 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,7 @@ dmypy.json .pyre/ # Ignore config.env -config.env \ No newline at end of file +config.env + +# Ignore pdm local files +.pdm-python \ No newline at end of file diff --git a/.pdm-python b/.pdm-python deleted file mode 100644 index 49a44d4..0000000 --- a/.pdm-python +++ /dev/null @@ -1 +0,0 @@ -/Users/joel/Documents/projects 🚧/git/prometheus-qbittorrent-exporter/.venv/bin/python \ No newline at end of file