www-data 1 år sedan
förälder
incheckning
8a9bbfb632
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -3,7 +3,7 @@ fvenv/*
 venv/*
 # Additional Python stuff
 __pycache__
-**/__pycache
+**/__pycache__
 app.log
 # IDEs
 .vscode/*