summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2021-12-29 09:14:35 +0100
committerNoDRM <[email protected]>2021-12-29 09:14:35 +0100
commit9c40b3ce5a0e2d3f0c74e6a816947a81778a3c4b (patch)
treef875eff55d036573d1982b40492533735507d682 /.gitignore
parent80f511ade93cebbf93a3d32bb1f7e8ab64335dd5 (diff)
Cleanup
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4564a12..f3f3d47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,8 @@
.DS_Store
# local test data
-/user_data/ \ No newline at end of file
+/user_data/
+
+# Cache
+/DeDRM_plugin/__pycache__
+/DeDRM_plugin/standalone/__pycache__ \ No newline at end of file