We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03df57a commit 0f4d6c2Copy full SHA for 0f4d6c2
1 file changed
.gitignore
@@ -3,7 +3,7 @@ __pycache__*
3
4
# Visual Studio related files, e.g., ".vscode"
5
.vs*
6
-
+*.code-workspace
7
8
# Misc. files at repository root:
9
# - default data cache directory
@@ -18,3 +18,7 @@ __pycache__*
18
/*.sh
19
# - archives with results or data
20
/*.tgz
21
+
22
+# Configurations from file explorers
23
+.directory
24
+.DS_Store
0 commit comments