13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
.pytest_cache/
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/tasks.json
|
|
.ruff_cache
|
|
ui/*_ui.py
|