diff --git a/.gitignore b/.gitignore index 85780c9bc91a3c192dbbae3d770aacca4e2e852b..3dc1e79bdff6807d53b450b90e2a449550e431d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/ test.db *.pyc +config.py diff --git a/config.py b/config.py deleted file mode 100644 index e091e49f21c1c5f97d26de8c0d607f2c5986d2a7..0000000000000000000000000000000000000000 --- a/config.py +++ /dev/null @@ -1,3 +0,0 @@ -SQLALCHEMY_DATABASE_URI = "sqlite:///test.db" -SECRET_KEY = "iesoogh9jangoocheihoig5iejeenixaingah7NuashahSeechaerohg6ouw9moojei8ahmooPaes1ie" -DEBUG = True