From e1470b1ff62cccb83943375877c502c57f128483 Mon Sep 17 00:00:00 2001 From: starnakin Date: Tue, 24 Oct 2023 13:36:27 +0200 Subject: [PATCH] gitignore: .pyc --- django/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/django/.gitignore b/django/.gitignore index 2eea525..ee79715 100644 --- a/django/.gitignore +++ b/django/.gitignore @@ -1 +1,2 @@ -.env \ No newline at end of file +.env +*.pyc \ No newline at end of file