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 42ec46c commit 93d7210Copy full SHA for 93d7210
.gitignore
@@ -1,33 +1,12 @@
1
-.idea/
2
.DS_Store
3
-.history/
4
-.nyc_output/
+.tmp
+.settings
+.pyc
5
+*.pyc
6
+.idea
7
+.coverage
8
+htmlcov
9
+coverage.xml
10
+.cache/
11
.vscode/
-*.lock
-*.sum
-*.log
-vendor/
-*.iml
-target/
12
-.settings/
13
-.classpath
14
-.project
15
16
-coverage.html
17
-coverage.out
18
-node_modules/
19
-libraries/
20
-**/.libraries.json
21
-*.sh
22
-**/bin/
23
-**/obj/
24
-**/csharp/**/.vs/
25
-**/dist/
26
-*.tgz
27
-test*
28
-.php_cs.cache
29
-.env
30
-
31
-**/python/**/__pycache__
32
-*.nupkg
33
-package-lock.json
+__pycache__
0 commit comments