diff --git a/.gitignore b/.gitignore index 3232844..8c285b6 100644 --- a/.gitignore +++ b/.gitignore @@ -289,4 +289,5 @@ pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/python,pycharm app.cfg.* -!vendor/**/* \ No newline at end of file +!vendor/**/* +!app.cfg.example \ No newline at end of file diff --git a/app.cfg b/app.cfg.example similarity index 100% rename from app.cfg rename to app.cfg.example