From 75d041931d1ff7baae92d8dd4f7a60aefae360c6 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Tue, 15 Apr 2025 09:19:16 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 6e687f0..50875d1 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,15 @@ docker-compose.override.yml *.log.* *.log~ +# Python +#All python cache files and folders +*.py[cod] +*.pyo +*.pyd +*.pdb +*.egg-info/ +*.egg +*.whl +$__pycache__/ +*.pyc +