From 27e5c52548ca7ab8179676baacc7195ffb8341fb Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 5 Jul 2022 07:08:42 +0200 Subject: [PATCH] Feat: add a gitignore --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c550ee1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +example/build + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST