Skip to content

Commit 40ff444

Browse files
committed
initial commit
0 parents  commit 40ff444

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.gitignore

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
*.py[cod]
2+
__pycache__
3+
4+
.cache/
5+
6+
.pytest_cache/
7+
8+
# C extensions
9+
*.so
10+
11+
# Packages
12+
*.egg
13+
*.egg-info
14+
dist
15+
build
16+
eggs
17+
parts
18+
bin
19+
var
20+
sdist
21+
develop-eggs
22+
.installed.cfg
23+
lib
24+
lib64
25+
26+
# Installer logs
27+
pip-log.txt
28+
29+
# Unit test / coverage reports
30+
.coverage
31+
.tox
32+
nosetests.xml
33+
34+
# Translations
35+
*.mo
36+
37+
# Mr Developer
38+
.mr.developer.cfg
39+
.project
40+
.pydevproject
41+
42+
# PyCharm and Vim
43+
.idea
44+
*.swp
45+
46+
.ipynb_checkpoints

0 commit comments

Comments
 (0)