From cc2fe31a96734108916f1c5737e3e06af80832a9 Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 6 Apr 2020 17:22:54 +0200 Subject: [PATCH] Added db.py to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b26ab7e..41aa588 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Wetter custom +wetter/config/db.py + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]