test connection
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -157,6 +157,7 @@ dmypy.json
|
|
| 157 |
# pytype static type analyzer
|
| 158 |
.pytype/
|
| 159 |
|
|
|
|
| 160 |
# Cython debug symbols
|
| 161 |
cython_debug/
|
| 162 |
|
|
|
|
| 157 |
# pytype static type analyzer
|
| 158 |
.pytype/
|
| 159 |
|
| 160 |
+
|
| 161 |
# Cython debug symbols
|
| 162 |
cython_debug/
|
| 163 |
|