14 lines
98 B
Plaintext
14 lines
98 B
Plaintext
.git
|
|
.gitignore
|
|
.venv
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache
|
|
.coverage
|
|
htmlcov
|
|
logs
|
|
data
|
|
tmp
|