Skip to content

Commit

Permalink
Merge pull request #50 from respec/develop
Browse files Browse the repository at this point in the history
Merge `develop` into `master` for v0.9.0 release
  • Loading branch information
PaulDudaRESPEC committed Apr 30, 2021
2 parents f53c8df + b87f74f commit 2f03d02
Show file tree
Hide file tree
Showing 73 changed files with 642,767 additions and 4,453 deletions.
33 changes: 27 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Editors & IDEs
.vscode
.vs
.idea

# Jupyter Notebook
.ipynb_checkpoints

# Distribution / packaging
build
build/*
_build
_build/*
.bzr
.coverage
.coverage/*
develop-eggs
dist
dist/*
Expand All @@ -15,19 +21,34 @@ downloads
*.egg-info
eggs
fake-eggs
.hg
htmlcov
.installed.cfg
*.mo
.mr.developer.cfg
parts

# Byte-compiled / optimized / DLL files
*.pyc
__pycache__
__pycache__/*
*.pyo
.svn
*.tmp*

# Unit test / coverage reports
htmlcov
.tox
.tox/*
.coverage
.coverage/*
*.ech
*.log
*.hbnhead
*.units.dbf

# Translations
*.mo

# Stashes, etc.
stats.dat
.ropeproject
.hg
*.tmp*
tests/_LargeFileStash
Loading

0 comments on commit 2f03d02

Please sign in to comment.