|
@@ -1,15 +1,38 @@
|
|
_build/
|
|
_build/
|
|
env/
|
|
env/
|
|
-extensions/__pycache__/
|
|
|
|
__pycache__
|
|
__pycache__
|
|
*.pyc
|
|
*.pyc
|
|
*~
|
|
*~
|
|
.directory
|
|
.directory
|
|
|
|
+.vs/
|
|
.vscode/
|
|
.vscode/
|
|
*.mo
|
|
*.mo
|
|
|
|
|
|
|
|
+# Vim temp files
|
|
|
|
+*.swo
|
|
|
|
+*.swp
|
|
|
|
+
|
|
|
|
+# Geany/geany-plugins files
|
|
|
|
+*.geany
|
|
|
|
+.geanyprj
|
|
|
|
+
|
|
# Finder (macOS) makes these automatically.
|
|
# Finder (macOS) makes these automatically.
|
|
.DS_Store
|
|
.DS_Store
|
|
|
|
+__MACOSX
|
|
|
|
+
|
|
|
|
+# Windows image file caches
|
|
|
|
+[Tt]humbs.db
|
|
|
|
+[Tt]humbs.db:encryptable
|
|
|
|
+ehthumbs.db
|
|
|
|
+ehthumbs_vista.db
|
|
|
|
+
|
|
|
|
+# Windows shortcuts
|
|
|
|
+*.lnk
|
|
|
|
+
|
|
|
|
+# Windows folder config file
|
|
|
|
+[Dd]esktop.ini
|
|
|
|
|
|
-# And Windows keeps creating these.
|
|
|
|
-Thumbs.db
|
|
|
|
|
|
+# Windows Recycle Bin used on file shares
|
|
|
|
+$RECYCLE.BIN/
|
|
|
|
+logo.h
|
|
|
|
+*.autosave
|