From 7fae2e6d77688458a1b59c32597e1661d37abc44 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 21 Mar 2022 18:03:01 +0100 Subject: [PATCH] Adding scripts/update-env.sh, updating.gitignore and requirements.txt --- .gitignore | 3 +++ requirements.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 47af2be..6ea9dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ vendor/ build/ dist/ .egg* +tmp/* +venv/* +etc/*.ini diff --git a/requirements.txt b/requirements.txt index 2b2c46c..95f4c07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,9 @@ paramiko dnspython flake8 setuptools +chardet +hjson +toml fb_logging fb_tools fb_pdnstools -- 2.39.5