16 lines
157 B
Text
16 lines
157 B
Text
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.venv
|
||
|
|
docs/wiki
|
||
|
|
**/__pycache__
|
||
|
|
**/*.pyc
|
||
|
|
**/*.pyo
|
||
|
|
*.egg-info
|
||
|
|
.pytest_cache
|
||
|
|
.mypy_cache
|
||
|
|
.ruff_cache
|
||
|
|
.coverage
|
||
|
|
htmlcov
|
||
|
|
Dockerfile
|
||
|
|
.dockerignore
|