From db63a8242f8c088268b337bc02ce636cb94ec1e6 Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Mon, 25 May 2020 12:24:37 +0200 Subject: [PATCH] Updated gitignore wrt the python related files --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index 895472b..a933f81 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,27 @@ # GiBUU *.dat output/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*.pyxbldc + +# Distribution / packaging +.Python +env/ +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg +.eggs + -- GitLab