diff --git a/.gitignore b/.gitignore index 68bc17f..6e9b081 100644 --- a/.gitignore +++ b/.gitignore @@ -152,6 +152,9 @@ dmypy.json # Cython debug symbols cython_debug/ +# IDEs/editors +*.sw* + # PyCharm # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore diff --git a/README.md b/README.md index f14d9fd..387e754 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# binary-tools -Tools for working with GP2040-CE binary dumps +# OpenStickCommunity Binary Tools + +Tools for working with GP2040-CE binary dumps.