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 6f2afee commit d21edbbCopy full SHA for d21edbb
.gitignore
@@ -5,7 +5,6 @@
5
6
# Node artifact files
7
node_modules/
8
-dist/
9
10
# Compiled Java class files
11
*.class
@@ -21,7 +20,6 @@ dist/
21
20
22
# Maven
23
target/
24
25
26
# JetBrains IDE
27
.idea/
@@ -48,3 +46,22 @@ Thumbs.db
48
46
*.mov
49
47
*.wmv
50
+# Distribution / packaging
+.Python
51
+build/
52
+develop-eggs/
53
+dist/
54
+downloads/
55
+eggs/
56
+.eggs/
57
+lib/
58
+lib64/
59
+parts/
60
+sdist/
61
+var/
62
+wheels/
63
+share/python-wheels/
64
+*.egg-info/
65
+.installed.cfg
66
+*.egg
67
+MANIFEST
0 commit comments