From f1bd549100fe31858b8545613a279680188de4e4 Mon Sep 17 00:00:00 2001 From: Erica Date: Fri, 20 Sep 2024 17:12:42 +0200 Subject: [PATCH] Added .pypirc to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1f35f59..4b8d321 100644 --- a/.gitignore +++ b/.gitignore @@ -137,4 +137,7 @@ libs/**.so wheelhouse/* # Testing -src/snake.jpg \ No newline at end of file +src/snake.jpg + +#PyPi token +.pypirc