diff --git a/.gitignore b/.gitignore index 6f7da4b..d5d518e 100644 --- a/.gitignore +++ b/.gitignore @@ -192,4 +192,9 @@ cython_debug/ # Support for Project snippet scope -# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,linux \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,linux + +# macos +.DS_Store +.AppleDouble +.LSOverride \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 33c762c..fa2642b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -61,5 +61,6 @@ "runserver", "whitenoise", "wrongpassword" - ] + ], + "editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'" } \ No newline at end of file diff --git a/poetry.lock b/poetry.lock index 8d84230..f3cb40c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1119,13 +1119,13 @@ files = [ [[package]] name = "pygments" -version = "2.19.0" +version = "2.19.1" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.8" files = [ - {file = "pygments-2.19.0-py3-none-any.whl", hash = "sha256:4755e6e64d22161d5b61432c0600c923c5927214e7c956e31c23923c89251a9b"}, - {file = "pygments-2.19.0.tar.gz", hash = "sha256:afc4146269910d4bdfabcd27c24923137a74d562a23a320a41a55ad303e19783"}, + {file = "pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"}, + {file = "pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"}, ] [package.extras]