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 ee6c303 commit ae44d92Copy full SHA for ae44d92
.gitignore
@@ -2,4 +2,35 @@ node_modules/
2
docs/_build/
3
__pycache__/
4
*.pyc
5
+lib-cov
6
+*.seed
7
+*.log
8
+*.csv
9
+*.dat
10
+*.out
11
+*.pid
12
+*.gz
13
+*.iml
14
15
+.idea
16
+.jshint
17
+.DS_Store
18
+
19
+pids
20
+logs
21
+results
22
23
+lib/dockerImage/keys
24
+coverage
25
+npm-debug.log*~
26
+\#*\#
27
+/.emacs.desktop
28
+/.emacs.desktop.lock
29
+.elc
30
+auto-save-list
31
+tramp
32
+.\#*
33
34
+# Org-mode
35
+.org-id-locations
36
+*_archive
0 commit comments