Skip to content

Commit 3166193

Browse files
committed
initial
1 parent b41f4ce commit 3166193

File tree

160 files changed

+132043
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+132043
-223
lines changed

.gitignore

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
.ipynb_checkpoints
2+
.vagrant
3+
*.box
4+
5+
# Byte-compiled / optimized / DLL files
6+
__pycache__/
7+
*.py[cod]
8+
9+
# C extensions
10+
*.so
11+
12+
# Distribution / packaging
13+
.Python
14+
env/
15+
bin/
16+
build/
17+
develop-eggs/
18+
dist/
19+
eggs/
20+
lib/
21+
lib64/
22+
parts/
23+
sdist/
24+
var/
25+
*.egg-info/
26+
.installed.cfg
27+
*.egg
28+
29+
# Installer logs
30+
pip-log.txt
31+
pip-delete-this-directory.txt
32+
33+
# Unit test / coverage reports
34+
htmlcov/
35+
.tox/
36+
.coverage
37+
.cache
38+
nosetests.xml
39+
coverage.xml
40+
41+
# Translations
42+
*.mo
43+
44+
# Mr Developer
45+
.mr.developer.cfg
46+
.project
47+
.pydevproject
48+
49+
# Rope
50+
.ropeproject
51+
52+
# Django stuff:
53+
*.log
54+
*.pot
55+
56+
# Sphinx documentation
57+
docs/_build/
58+

0 commit comments

Comments
 (0)