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