diff options
author | Daniel Johnson <wirecat@github.com> | 2024-12-18 10:15:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 10:15:09 -0800 |
commit | 6eeebe6f49678aacd8311ce079842c971b3ebe96 (patch) | |
tree | c1e71dcbdd8e3f4e94f22f98a4e13fe7cb96f021 | |
parent | e3e08c58b842beefa27d15e38b585c39c8ea6dba (diff) | |
parent | 95aacb9500ccd6142413e27c4c299bf2e8a186a6 (diff) | |
download | gitignore-6eeebe6f49678aacd8311ce079842c971b3ebe96.tar.gz gitignore-6eeebe6f49678aacd8311ce079842c971b3ebe96.zip |
Update Python.gitignore
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index c2fb7733..15201acc 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -166,3 +166,6 @@ cython_debug/ # 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/ + +# PyPI configuration file +.pypirc |