From 0c0822b9b9560bf1c36edca541e2e70ad703fb94 Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Fri, 8 Sep 2023 00:04:52 +0200 Subject: [PATCH] add .gitignore (python, arch packaging) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a2f75c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc +_secrets.py +*.pkg.tar.zst