#940: Add files `.gitignore` and `requirements.txt`.

remotes/github/python3
Ramón M. Gómez 2020-07-07 13:54:16 +02:00
parent e7774214a1
commit db05f930b5
3 changed files with 7 additions and 3 deletions

4
.gitignore vendored 100644
View File

@ -0,0 +1,4 @@
.DS_Store
.editorconfig
.idea
__pycache__/

View File

@ -1,3 +0,0 @@
six
requests

View File

@ -0,0 +1,3 @@
netifaces
requests
urllib3