diff options
| author | afix.space <laurent@afix.space> | 2026-07-09 19:34:22 +0200 |
|---|---|---|
| committer | afix.space <laurent@afix.space> | 2026-07-09 19:34:22 +0200 |
| commit | 5c369a5d98dbab80903dfcb7c52625c78228e789 (patch) | |
| tree | e17ac19cc282778dd14aa6cdac3b50481e55e9ea /.gitignore | |
Flake devShell (PySide6 6.11 on Python 3.13, designer, uic/rcc from
qtbase libexec, offline docs) plus hello_widgets and hello_quick
examples. QML_IMPORT_PATH exported — nixpkgs PySide6 finds platform
plugins on its own but not QML imports; see README.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84c7d25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +result +.direnv/ |
