From 9c276d4d609577d574de6f1cc6fbe8101fa8536a Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 15 Dec 2021 12:18:59 +0100 Subject: Added .gitignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..91875722 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/build/ +Makefile +*.pyc +__pycache__/ -- cgit