From 889b6c2096ffac238af01a1ad69e43b31c60504c Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Sat, 27 Jul 2024 21:05:13 +0200 Subject: [PATCH] added wikidata throttle to gitignore --- backend/.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 446e6eb..e9a2840 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,6 +1,10 @@ -# osm-cache +# osm-cache and wikidata cache cache/ apicache/ + +# wikidata throttle +*.ctrl + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]