From 133d4d6b7cca4565ead7109825663cdae11aa64f Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Thu, 19 Oct 2023 13:52:26 +0200 Subject: [PATCH] Added .gitignore. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d46ac3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +tags +*.pyc +__pycache__/ +*.pyo +*.bak +*.swp +*.egg-info/ +dist/ +build/ -- GitLab