Ignore .pyc files and secrets.py
authorScott Gasch <[email protected]>
Sun, 12 Jan 2020 20:19:17 +0000 (12:19 -0800)
committerScott Gasch <[email protected]>
Sun, 12 Jan 2020 20:19:17 +0000 (12:19 -0800)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..5b1c03d
--- /dev/null
@@ -0,0 +1,2 @@
+*.pyc
+secret*