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

Commit

Permalink
Merge ab99e77 into f4e597f
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Oct 18, 2019
2 parents f4e597f + ab99e77 commit bc22239
Show file tree
Hide file tree
Showing 217 changed files with 13,938 additions and 810 deletions.
2 changes: 2 additions & 0 deletions .flake8
@@ -0,0 +1,2 @@
[flake8]
ignore = E501,W504
19 changes: 15 additions & 4 deletions .gitignore
@@ -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

0 comments on commit bc22239

Please sign in to comment.