Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Add documentation, Makefile, and linting #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
ignore = E501,W504
19 changes: 15 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
*.pyc
*.DS_Store*

.cache/
.coverage
adb.egg-info/
.eggs/
.idea/
.tox/
adb.egg-info/
build/
dist/
htmlcov/

.coverage
/adb.zip
/fastboot.zip
.idea/
*.DS_Store*

# Documentation
docs/build
docs/html
docs/source/_static/*.dot
Loading