From 9968320016a2c0942ad897b4501b970e867a7937 Mon Sep 17 00:00:00 2001 From: gavin Date: Mon, 14 Aug 2023 11:54:57 +0530 Subject: [PATCH] chore: Add .gitignore Without this, "untracked" files exist on dev/prod machines - pycaches, dist, egg-info, etc --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fe40fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +*.pyc +*.egg-info +*.swp +tags +node_modules +__pycache__ +dist