diff --git a/.gitignore b/.gitignore index b90d7ec..b41c56b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,27 @@ +# ____ ____ ______ __ __ __ _____ +# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ / +# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ < +# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ / +#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/ +# German BOS Information Script +# by Bastian Schroll + +log/ +_docu/ + + +# Coverage Report +\.coverage + +# Python precompiled *.pyc + +# PyCharm IDE \.cache/ \.idea/ + +# Eclipse IDE (PyDev) \.settings/ \.project \.pydevproject -\.coverage -log/ - -_docu/