aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 9 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 4295aa6..36f5e77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,16 @@
-.venv/
+# Directories
.cache/
-
-.gdb_history
-
.devpod-internal/
-
+.venv/
/build
/docs/_build
-qemu-*-*.log
-
-/desktop.ini
-
+# Generated files
+.gdb_history
+*.pyc
coverage.info
+desktop.ini
+devcontainer-lock.json
-__pycache__/ \ No newline at end of file
+# QEMU log files
+qemu-*-*.log