summaryrefslogtreecommitdiff
path: root/drawer/.gitignore
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-10-28 19:22:34 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-10-28 19:25:29 +0400
commit4471a89bef824e9f9886228718fae99bff6c35e7 (patch)
tree47923493944b70d1044ba44473719d940829dacc /drawer/.gitignore
parent25d3c40871c9bca9e4bee1b767c8a1480d05c701 (diff)
feat: add program for visualizing graphs
Diffstat (limited to 'drawer/.gitignore')
-rw-r--r--drawer/.gitignore10
1 files changed, 10 insertions, 0 deletions
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