From c29b721b3b0a44b3d16ddadf168728975e512132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dutrieux?= Date: Wed, 24 Jul 2024 17:38:24 +0200 Subject: [PATCH] Update .gitignore, classic python files to be ignored --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9c5f578..518b23d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,11 @@ -_build \ No newline at end of file +__pycache__/ +*.pyc +*.pyo + +# Distribution / packaging +*.egg-info/ +dist/ +build/ + +# Sphinx doc +_build/