Add ignore for python in general and project specific tmp files
[deliverable/lttng-ivc.git] / .gitignore
index 187e9d84af3e8097d94807aac7feb72ac215e9c2..b3c2c81c1acd41c585e814f0d3c00e9e8259b431 100644 (file)
@@ -1,3 +1,13 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+git_remote/
+
+# C extensions
+*.so
+
+# Environments
+.env
 .venv
-lttngv/__pycache__
-lttngv/bare_repo
+
This page took 0.022844 seconds and 5 git commands to generate.