summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/ignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/git/ignore b/git/ignore
index e43b0f9..1344072 100644
--- a/git/ignore
+++ b/git/ignore
@@ -1 +1,7 @@
+# macOS
.DS_Store
+._*
+
+# Python
+*.py[cdo]
+__pycache__