summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-02-07 17:29:48 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-02-07 17:29:48 +0100
commit2eda97537b63d68b2e9ba06500e3fb491894d10c (patch)
tree52873ad380cd97f4327765aac24659a2b00079b1 /.gitignore
feat: camper van energy monitoring widget for Plasma 6main
Pure QML KPackage widget with Rust background service for real-time Victron energy system monitoring via MQTT and D-Bus. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e8e85ff
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+# Build artifacts (legacy, can be cleaned up)
+build_release
+build_debug
+CMakeFiles/
+.cache
+compile_commands.json
+
+# Rust specific
+service/target/
+**/*.rs.bk
+**/*.swp
+**/*.swo
+.DS_Store
+.idea/
+.vscode/
+
+external-docs/
+
+# Claude Code
+.claude/settings.local.json
+SPRINT.md