diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75cc811 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Build artifacts +build/ +dist/ + +# Python +__pycache__/ +*.py[cod] +*.egg-info/ + +# Compiled extensions +*.so +*.dylib +*.dll