# ----- Build output directories ----- build/ builddir/ .cache/ .idea/ build_meson/ # meson subprojects (git clone'd on build) /subprojects/* !/subprojects/*.wrap # Nix flake output result # Meson generated artifacts (inside source tree, e.g. per-subdir) meson-private/ meson-info/ meson-logs/ # ----- IDE / editor ----- .cache/ .idea/ .vscode/ *.code-workspace *.swp *.swo *~ # ----- Documentation ----- docs/