From 63a1c3a5c73deedf6777c8e4393736813c271e6e Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Tue, 4 Jun 2019 22:31:45 +0200 Subject: [PATCH] Add default gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore 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