diff options
author | Grant Lanham Jr <contact@grantlanham.com> | 2024-04-24 09:17:17 -0400 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-04-24 16:01:50 +0200 |
commit | e0214412f82305eee4a4f0b721c92ef9b869d240 (patch) | |
tree | 827df618a14f9bc69e3e465a36eae0966893048e /.gitignore | |
parent | af3be2b12b3bfd03af319e0901a19121281c1d11 (diff) | |
download | searxng-e0214412f82305eee4a4f0b721c92ef9b869d240.tar.gz searxng-e0214412f82305eee4a4f0b721c92ef9b869d240.zip |
Update .gitignore to ignore .python-version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 47ad50ac9..1305d0ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ gh-pages/ .idea/ searx/version_frozen.py -.dir-locals.el
\ No newline at end of file +.dir-locals.el + +.python-version |