Skip to content

Commit 54c9ce7

Browse files
Merge pull request #50 from respec/develop
Merge `develop` into `master` for v0.9.0 release
2 parents 7b354a9 + ecd27f0 commit 54c9ce7

Some content is hidden

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

73 files changed

+642767
-4453
lines changed

.gitignore

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
# Editors & IDEs
2+
.vscode
3+
.vs
4+
.idea
5+
6+
# Jupyter Notebook
17
.ipynb_checkpoints
8+
9+
# Distribution / packaging
210
build
311
build/*
412
_build
513
_build/*
614
.bzr
7-
.coverage
8-
.coverage/*
915
develop-eggs
1016
dist
1117
dist/*
@@ -15,19 +21,34 @@ downloads
1521
*.egg-info
1622
eggs
1723
fake-eggs
18-
.hg
19-
htmlcov
2024
.installed.cfg
21-
*.mo
2225
.mr.developer.cfg
2326
parts
27+
28+
# Byte-compiled / optimized / DLL files
2429
*.pyc
2530
__pycache__
2631
__pycache__/*
2732
*.pyo
2833
.svn
29-
*.tmp*
34+
35+
# Unit test / coverage reports
36+
htmlcov
3037
.tox
3138
.tox/*
39+
.coverage
40+
.coverage/*
41+
*.ech
42+
*.log
43+
*.hbnhead
44+
*.units.dbf
45+
46+
# Translations
47+
*.mo
48+
49+
# Stashes, etc.
3250
stats.dat
3351
.ropeproject
52+
.hg
53+
*.tmp*
54+
tests/_LargeFileStash

0 commit comments

Comments
 (0)