Skip to content

Commit 607fbbf

Browse files
Merge pull request #40 from machine-intelligence-laboratory/stylefix-readme
Stylefix readme
2 parents ad55d89 + db6c1c9 commit 607fbbf

File tree

7 files changed

+554
-284
lines changed

7 files changed

+554
-284
lines changed

.gitattributes

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Basic .gitattributes for a python repo.
22

3+
34
# Source files
45
# ============
56
*.pxd text diff=python
@@ -9,6 +10,12 @@
910
*.pyx text diff=python
1011
*.pyz text diff=python
1112

13+
14+
# Recipes
15+
# =======
16+
*.yml text
17+
18+
1219
# Binary files
1320
# ============
1421
*.db binary
@@ -19,10 +26,18 @@
1926
*.pyd binary
2027
*.pyo binary
2128

22-
# Jupyter notebook
23-
*.ipynb linguist-documentation
24-
2529
# Note: .db, .p, and .pkl files are associated
2630
# with the python modules ``pickle``, ``dbm.*``,
2731
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
2832
# (among others).
33+
34+
*.gif binary
35+
*.jpeg binary
36+
*.jpg binary
37+
*.png binary
38+
*.svg binary
39+
40+
41+
# Jupyter notebook
42+
*.ipynb linguist-documentation
43+

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.idea/
2+
build/
3+
dist/
4+

README-rus.md

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)