aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSan Jacobs2020-08-23 23:37:20 +0200
committerSan Jacobs2020-08-23 23:37:20 +0200
commite2f988d1dec469beff8d55e8ebff00b82264853b (patch)
treed7cbe18441bd5ca1f7f7a85621257eb1f60ac33b /.gitignore
parent44e473e63cb5dc0e0e4eb0c8c2a0c14fe286e3d9 (diff)
downloadfilmstripper-e2f988d1dec469beff8d55e8ebff00b82264853b.tar.gz
filmstripper-e2f988d1dec469beff8d55e8ebff00b82264853b.tar.bz2
filmstripper-e2f988d1dec469beff8d55e8ebff00b82264853b.zip
Added __pycache__
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3886ade..641742f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
input/
output/
+__pycache__
.DS_Store
.DS_Store?
._*