ignore python build

This commit is contained in:
Maxim Devaev
2026-05-31 05:33:55 +03:00
parent 3750a22091
commit 9fe42b038a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
/python/dist/ /python/dist/
/python/ustreamer.egg-info/ /python/ustreamer.egg-info/
/python/root/ /python/root/
/python/build/
/janus/build/ /janus/build/
/ustreamer /ustreamer
/ustreamer-* /ustreamer-*

View File

@@ -17,4 +17,4 @@ install:
clean: clean:
rm -rf root dist ustreamer.egg-info rm -rf root dist build ustreamer.egg-info