From 26aa55eb9338b23d89f1c23a13d9c9e99c749f4e Mon Sep 17 00:00:00 2001 From: yrriban Date: Mon, 7 Apr 2025 02:18:08 -0400 Subject: [PATCH] Prep gitignore for incxoming python. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5398132 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.swo +*.swp +build +venv +__pycache__ +dcc.egg-ignore +dist