--- a
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# Mac
+.DS_Store
+
+# wsi
+.tiff
+.tif
+.png
+*.tif
+
+resources/annotations_xml/
+custom/
+
+# pyCharm specific
+__pycache__/*
+.idea/*
+
+# VSCode
+.vscode
\ No newline at end of file