We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f2049 commit 28f261fCopy full SHA for 28f261f
.gitignore
@@ -0,0 +1,47 @@
1
+*.swp
2
+*.pyc
3
+*.pkl
4
+*.py~
5
+*.bak
6
+.pytest_cache
7
+.DS_Store
8
+.idea
9
+.vscode
10
+.coverage
11
+.coverage.*
12
+__pycache__/
13
+_build/
14
+*.npz
15
+*.pth
16
+.pytype/
17
+git_rewrite_commit_history.sh
18
+
19
+# Setuptools distribution and build folders.
20
+/dist/
21
+/build
22
+keys/
23
24
+# Virtualenv
25
+/env
26
+/venv
27
28
29
+*.sublime-project
30
+*.sublime-workspace
31
32
33
34
+logs/
35
36
+.ipynb_checkpoints
37
+ghostdriver.log
38
39
+htmlcov
40
41
+junk
42
+src
43
44
+*.egg-info
45
+.cache
46
+*.lprof
47
+*.prof
0 commit comments