From 5deefaae9260e15a1c285570bbd59c727b081d1c Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:56:04 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 22cef76..4726121 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +### Python ### # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -157,8 +158,18 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -.idea/ +#.idea/ -# KeyDive +### Python Patch ### +# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration +poetry.toml + +# ruff +.ruff_cache/ + +# LSP config files +pyrightconfig.json + +### KeyDive ### device/ logs/ \ No newline at end of file