We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea0bd49 + fdd8f19 commit 9594c45Copy full SHA for 9594c45
.gitignore
@@ -1,8 +1,12 @@
1
-.idea/*
2
-.vscode/*
3
-dist/*
4
-site/*
5
-.pytest_cache/*
6
-pywebcopy.egg-info/*
7
-*.pyc
+
+/.idea/*
+/.vscode/*
+/.pytest_cache/*
+/dist/*
8
*.pyc
+/pywebcopy.egg-info/*
+/requests-html-master/
9
+Pipfile
10
+Pipfile.lock
11
+/testing/
12
README.md
@@ -496,7 +496,6 @@ Ways to change the global configurations are below -
496
pywebcopy.config['url'] = 'http://url-changed.com'
497
# rest of config remains unchanged
498
499
- ```
500
501
Done!
502
0 commit comments