From 5a92e842d4b3b45447284d93190c1b09394a1f30 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 03:47:16 +0200 Subject: Generate locales programatically --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a1255fe..23d482d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,15 +7,15 @@ exttmpl # Autogenerated files out.gotext.json *.db -*.gen.* *.pot -*~ po/backend.pot po/templates.pot # Build artifacts *.min.css *.tar.gz +__pycache__/ +*~ # Misc test/ \ No newline at end of file -- cgit v1.2.3