Skip to content

Commit

Permalink
add simple linting, unit testing and sphinx docs files
Browse files Browse the repository at this point in the history
  • Loading branch information
luckystarufo committed May 8, 2021
1 parent 4769cb0 commit 174339d
Show file tree
Hide file tree
Showing 81 changed files with 2,635 additions and 302 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,22 @@ venv.bak/

# mypy
.mypy_cache/

# add
*.[oa]
*~
.idea
.DS_Store
*.nc
*.csv
*.mat
.coverage
__pycache__
*.tar
*.tar.gz
*.zip
*.egg-info
dist
build
*.whl

467 changes: 400 additions & 67 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 174339d

Please sign in to comment.