From 1d597a29c6586764def32783e73dc124cfe1fe0d Mon Sep 17 00:00:00 2001 From: Ivy Bowman Date: Tue, 15 Feb 2022 12:20:02 -0500 Subject: [PATCH] Update gitignore and fix config template --- .gitignore | 26 ++++++++++++++++++- ...ig_template.ini => autobooks_template.conf | 0 2 files changed, 25 insertions(+), 1 deletion(-) rename autobooks_config_template.ini => autobooks_template.conf (100%) diff --git a/.gitignore b/.gitignore index d9c4d0a..fda32ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,33 @@ .DS_Store .vscode/ +__pycache__/ +*.py[cod] +*$py.class *.log *.odm *.license -autobooks_config.ini +*.manifest +*.spec +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST +autobooks.conf web_chromeprofile/ web_edgeprofile/ diff --git a/autobooks_config_template.ini b/autobooks_template.conf similarity index 100% rename from autobooks_config_template.ini rename to autobooks_template.conf