aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-02 03:47:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-02 03:55:22 +0200
commit5a92e842d4b3b45447284d93190c1b09394a1f30 (patch)
treea5c50e9db37b20933cf99b8cde1906dc5ff0e1e9 /.gitignore
parent62df5a38c564bfe997c468d40e6d4d0988f348f3 (diff)
Generate locales programatically
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
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