aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4ad7566..2b11eda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -161,4 +161,15 @@ cython_debug/
# Data
data
-*.csv \ No newline at end of file
+*.csv
+
+# Scripts
+*.ps1
+*.cmd
+*.sh
+
+# Mac specfic
+.DS_Store
+
+# Databases
+*.db \ No newline at end of file