From fb5a2112011e6a7ccbecc6b5e1a9d40b3e5e1c0d Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Fri, 20 Jan 2023 13:23:44 +0100
Subject: [PATCH] chore: ignore .env, remove some obsolete

---
 .gitignore | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/.gitignore b/.gitignore
index 06a6fec..5478437 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,9 +3,6 @@ __pycache__/
 *.py[cod]
 *$py.class
 
-# C extensions
-*.so
-
 # Distribution / packaging
 .Python
 env/
@@ -29,10 +26,6 @@ var/
 *.manifest
 *.spec
 
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
 # Unit test / coverage reports
 htmlcov/
 .tox/
@@ -50,25 +43,21 @@ venv/
 *.mo
 *.pot
 
-# Django stuff:
-*.log
-
 # Sphinx documentation
 docs/_build/
 
 # PyBuilder
 target/
 
-#Ipython Notebook
-.ipynb_checkpoints
-
 # VirtualEnv
 python
 
 #Testing
 .noseids
 
-# Configurations
+# Configuration
+.env
+docker.env
 /config/engine-api.ini
 /config/engine-api.docker.ini
 /config/gunicorn.conf.py
-- 
GitLab