summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-14 04:30:30 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-14 04:30:30 +0000
commit59bb043253638c927c3f324523fc3fd529803aaf (patch)
treed6c778124284c32216e5842d136893c9eeafa14b /.dockerignore
parent73b694dc02782844cf709e34933dbd1126b2a536 (diff)
downloadredis-py-59bb043253638c927c3f324523fc3fd529803aaf.tar.gz
Clean up cache files; delete root-owned .tox files...
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..08ea4a6
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,3 @@
+**/__pycache__
+**/*.pyc
+.tox