summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCarlos Konstanski <carlos.konstanski@verizonwireless.com>2020-04-30 08:34:07 -0600
committerCarlos Konstanski <carlos.konstanski@verizonwireless.com>2020-04-30 08:34:07 -0600
commit08203a6cb7889e55975d1568e9f4a9187fad8306 (patch)
tree49ca07c8c2a44b213c0bfe23303bfbbda41d965a /.gitignore
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ac9782e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*~
+*swp
+README.html
+db.sqlite3
+venv
+*.pyc
+__pyccache__