From 4471a89bef824e9f9886228718fae99bff6c35e7 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 28 Oct 2024 19:22:34 +0400 Subject: feat: add program for visualizing graphs --- drawer/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 drawer/.gitignore (limited to 'drawer/.gitignore') diff --git a/drawer/.gitignore b/drawer/.gitignore new file mode 100644 index 0000000..ae8554d --- /dev/null +++ b/drawer/.gitignore @@ -0,0 +1,10 @@ +# python generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# venv +.venv -- cgit v1.2.3