diff mbox series

[2/6] gitignore: add Python cache

Message ID 20250118205226.349745-3-oss@braunwarth.dev
State Changes Requested
Headers show
Series Replace old kconfig with Kconfiglib | expand

Commit Message

Daniel Braunwarth Jan. 18, 2025, 8:52 p.m. UTC
Signed-off-by: Daniel Braunwarth <oss@braunwarth.dev>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 4755ff0..c91a005 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,3 +133,6 @@  Pipfile.lock
 tools/python/swupdateclient/Pipfile.lock
 tools/python/swupdateclient/build/
 tools/python/swupdateclient/swupdateclient.egg-info/
+
+# Python
+__pycache__