initial commit
All checks were successful
Build and Upload Python Package / build (push) Successful in 52s
All checks were successful
Build and Upload Python Package / build (push) Successful in 52s
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
.git/*
|
||||
dist/*
|
||||
env/*
|
||||
src/wallabag_api_client.egg-info
|
||||
src/__pycache__/*
|
||||
src/wallabag_api_client/__pycache__/*
|
||||
src/wallabag_api_client/methods/__pycache__/*
|
||||
tests/test.py
|
||||
Reference in New Issue
Block a user