From 3d85e1f7580e2b16547b8bb98184e1b63708e8c7 Mon Sep 17 00:00:00 2001 From: Marc Taylor <marc@taylorit.com> Date: Thu, 23 May 2024 10:43:57 +0200 Subject: [PATCH] upd gitignore file for django --- theme-costume-app/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme-costume-app/.gitignore b/theme-costume-app/.gitignore index 4d29575..c43e0cb 100644 --- a/theme-costume-app/.gitignore +++ b/theme-costume-app/.gitignore @@ -21,3 +21,11 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] -- GitLab