diff --git a/.gitignore b/.gitignore index ba0430d..d0c9d6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -__pycache__/ \ No newline at end of file +# Python dealies. +__pycache__/ + +# Virtual environment in project. +.venv + +# Version file for pdm, points to host root. +.pdm-python