summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-11-04 22:06:31 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-11-05 07:56:56 +0000
commitf0ec942db7dd348b27750ca71e07e86229a958b4 (patch)
tree70d412d97bc5d700a48ffed72eb1b70bc2aa88d5 /.gitignore
parent45a68ed22a53f5e40b36e1c21090b85a01941b60 (diff)
downloadsubplot-f0ec942db7dd348b27750ca71e07e86229a958b4.tar.gz
chore: Ignore __pycache__ from templates
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 14e042d..6f7af51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
test.py
.cargo-checksum.json
debian/cargo_home
+templates/python/__pycache__