diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac11533 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# ---> Python +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg +.idea + +# Helm +local-charts +*/local.values.yaml