We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9a7d6 commit 7152219Copy full SHA for 7152219
.gitignore
@@ -1,8 +1,6 @@
1
*.pyc
2
*.pkl
3
.vscode/
4
-data/
5
-lib/
6
-models/
7
.*
8
-!/.gitignore
+!.gitignore
+
data/.gitignore
@@ -0,0 +1,5 @@
+# Ignore everything in this directory
+*
+# Except this file
lib/.gitignore
models/.gitignore
0 commit comments