1 changed files with 8 additions and 6 deletions
@ -1,12 +1,14 @@ |
|||||||
__pycache__ |
__pycache__/ |
||||||
.ipynb_checkpoints |
.ipynb_checkpoints |
||||||
.pytest_cache |
.pytest_cache |
||||||
.DS_Store |
.DS_Store |
||||||
*.pyc |
|
||||||
docs/_build |
|
||||||
build |
|
||||||
dist |
|
||||||
.idea |
.idea |
||||||
.vscode |
.vscode |
||||||
src/kyupy.egg-info |
.venv |
||||||
|
*.py[oc] |
||||||
|
docs/_build |
||||||
|
build/ |
||||||
|
dist/ |
||||||
|
wheels/ |
||||||
|
*.egg-info |
||||||
*nogit* |
*nogit* |
||||||
|
|||||||
Loading…
Reference in new issue