From 6056ccd4d4a8a1a314ab8cd6d2bebdf8ae39b35c Mon Sep 17 00:00:00 2001 From: James Falcon Date: Thu, 18 Feb 2021 10:48:48 -0500 Subject: Update .gitignore (#814) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5a68bff9..eb26e0da 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ stage .pc/ .cache/ .mypy_cache/ +.pytest_cache/ +.vscode/ +htmlcov/ # Ignore packaging artifacts cloud-init.dsc -- cgit v1.2.3 From 048a825c55e51e4a83d5eb83f015e4f83af91e48 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Fri, 8 Oct 2021 08:06:52 -0600 Subject: .gitignore: ignore tags file for ctags users (#1057) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index eb26e0da..1be358d2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ stage .pytest_cache/ .vscode/ htmlcov/ +tags # Ignore packaging artifacts cloud-init.dsc -- cgit v1.2.3 From 88f38158fd432152b9fe341f270c4f52c657ef80 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Wed, 12 Jan 2022 12:45:43 -0700 Subject: add .python-version to gitignore (#1186) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1be358d2..6eae45c9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ dist __pycache__ .tox .coverage +.python-version doc/rtd_html parts prime -- cgit v1.2.3