Browse Source

gitignore

kora 1 year ago
parent
commit
65e56c3085
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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