summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-10-02 14:45:36 +0200
committerChristian Heimes <christian@python.org>2015-10-02 14:45:36 +0200
commita07fa7ae9d08416de8bc9994adce1353310d4ba3 (patch)
tree62d89167c7fb34323f9f1ef82583d6dfd6a7a4c5 /.gitignore
downloadgustodia-a07fa7ae9d08416de8bc9994adce1353310d4ba3.tar.gz
gustodia-a07fa7ae9d08416de8bc9994adce1353310d4ba3.tar.xz
gustodia-a07fa7ae9d08416de8bc9994adce1353310d4ba3.zip
Initial commit with first working hack
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2dd975c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+*.pyc
+.*swp
+__pycache__
+
+venv
+
+custodia.audit.log
+secrets.db
+server_socket
+
+gustodia