From 4df73f0532dc9ec3f8afaa3ab479b6f7494c8aa2 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Mon, 25 Jan 2021 14:41:56 -0500 Subject: [PATCH] updated gitignore --- .../localization_scripts/.gitignore | 53 ++++++++++++++++++- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/release_scripts/localization_scripts/.gitignore b/release_scripts/localization_scripts/.gitignore index 341e31ecbc..d58830d8e8 100644 --- a/release_scripts/localization_scripts/.gitignore +++ b/release_scripts/localization_scripts/.gitignore @@ -1,2 +1,51 @@ -__pycache__ -.idea \ No newline at end of file +.idea/ + +# dotenv +.env + +# virtualenv +.venv +venv/ +ENV/ + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg \ No newline at end of file