Skip to content

Commit 28f261f

Browse files
committed
.gitignore
1 parent c9f2049 commit 28f261f

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.gitignore

+47
Original file line numberDiff line numberDiff line change
@@ -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+
.idea
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

Comments
 (0)