16 lines
156 B
Plaintext
16 lines
156 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.env
|
|
devicelist.env
|
|
.DS_Store
|