From c0fb1d1eef23d258837181c47feebad0eb267b13 Mon Sep 17 00:00:00 2001 From: Jeff Jennings Date: Mon, 12 Aug 2024 12:50:49 -0400 Subject: [PATCH] .gitignore: add 'cache' dir --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a19dd50..ee186fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Directory for cached data retrieved from NASA ADS and GitHub GraphQL APIs +cache/ + **/.DS_Store *.egg *.egg-info/ @@ -29,7 +32,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST -py_template/version.py +repo_stats/version.py # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it.