Feature-parity with Python v0.2.0. Same CSS, same UI, same actions. Single 3.1 MB binary with embedded resources (CSS, wallpaper, avatar). Modules: power.rs, i18n.rs, config.rs, users.rs, panel.rs, main.rs 45 unit tests passing. Python sources retained as reference.
22 lines
198 B
Plaintext
22 lines
198 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
.pytest_cache/
|
|
.pyright/
|
|
*.egg
|
|
|
|
# makepkg build artifacts
|
|
pkg/src/
|
|
pkg/pkg/
|
|
pkg/*.pkg.tar*
|
|
pkg/moonset/
|
|
|
|
|
|
# Added by cargo
|
|
|
|
/target
|