From: Daniele Varrazzo Date: Thu, 14 Nov 2024 09:32:58 +0000 (+0100) Subject: chore: gitignore IntelliJ .idea file X-Git-Tag: 3.2.4~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5568ebd12cd1addb878415c8eb3553f1b037bb5e;p=thirdparty%2Fpsycopg.git chore: gitignore IntelliJ .idea file --- diff --git a/.gitignore b/.gitignore index 2d8c58c3a..2856879ff 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ __pycache__/ .venv .coverage htmlcov +.idea .eggs/ dist/