summary refs log tree commit diff
path: root/dot_ignore
diff options
context:
space:
mode:
Diffstat (limited to 'dot_ignore')
-rw-r--r--dot_ignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/dot_ignore b/dot_ignore
new file mode 100644
index 0000000..3e00426
--- /dev/null
+++ b/dot_ignore
@@ -0,0 +1,24 @@
+# OS things
+.DS_Store
+.DS_Store?
+.Spotlight-V100
+.Trashes
+ehthumbs.db
+Thumbs.db
+.snapshots/
+
+# Temporary data files
+*.pkl
+
+# Basic Python stuff for one-off doodles
+__pycache__/
+venv/
+*.py[cod]
+
+# Basic node stuff for one-off doodles
+node_modules/
+
+# macOS system-y folders
+Applications*/
+Library/
+Parallels/