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.
1 parent cb7c3c0 commit c301065Copy full SHA for c301065
.gitignore
@@ -85,3 +85,4 @@ profile_default/
85
ipython_config.py
86
Pipfile.lock
87
.pyre/
88
+pathtype_demo.py
repo_helper.yml
@@ -67,3 +67,6 @@ tox_unmanaged:
67
- flake8
68
69
tox_testenv_extras: all
70
+
71
+additional_ignore:
72
+ - pathtype_demo.py
0 commit comments