- CSS opacity transition (350ms ease-in) for panel and wallpaper - PKGBUILD for makepkg/pacman installation - .gitignore for makepkg build artifacts
17 lines
170 B
Plaintext
17 lines
170 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/
|