Skip to content

Commit 5938692

Browse files
committed
🔧 MAINTAIN: Remove unused files
1 parent 50eba94 commit 5938692

File tree

5 files changed

+2
-76
lines changed

5 files changed

+2
-76
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,6 @@ apidoc/
137137
__pycache__/
138138
.ropeproject/
139139
*.egg-info/
140+
vscode/
140141

141142
docs/api/

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"**/__pycache__": true
1010
},
1111
"python.formatting.provider": "black",
12-
"python.pythonPath": "/anaconda/envs/js2py/bin/python",
12+
"python.pythonPath": "/Users/chrisjsewell/opt/miniconda3/envs/ebp/bin/python",
1313
"python.linting.pylintEnabled": false,
1414
"python.linting.flake8Enabled": true,
1515
"python.linting.enabled": true,

0 commit comments

Comments
 (0)