We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caedb3 commit 41e3ce5Copy full SHA for 41e3ce5
.gitignore
@@ -0,0 +1,39 @@
1
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+*.egg-info
6
+
7
+# Visual Studio Code files
8
+.vscode
9
+.vs
10
11
+# PyCharm files
12
+.idea
13
+venv
14
15
+# Eclipse Project settings
16
+*.*project
17
+.settings
18
19
+# Sublime Text settings
20
+*.sublime-workspace
21
+*.sublime-project
22
23
+# Editor temporaries
24
+*.swn
25
+*.swo
26
+*.swp
27
+*.swm
28
+*~
29
30
+# IPython notebook checkpoints
31
+.ipynb_checkpoints
32
33
+# macOS dir files
34
+.DS_Store
35
36
+exp
37
+data
38
+tensorboard
39
+**/*build*
0 commit comments