diff --git a/osmocom-python/.gitignore b/osmocom-python/.gitignore new file mode 100644 index 00000000..6a9e3472 --- /dev/null +++ b/osmocom-python/.gitignore @@ -0,0 +1,4 @@ +### python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] \ No newline at end of file diff --git a/smspdu/.gitignore b/smspdu/.gitignore new file mode 100644 index 00000000..cba9fd7a --- /dev/null +++ b/smspdu/.gitignore @@ -0,0 +1,4 @@ +### python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod]