15 lines
134 B
Plaintext
15 lines
134 B
Plaintext
.env
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|