diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-08 00:11:01 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-08 00:11:01 +0200 |
commit | 97d7c9014855449fe04162308feac66a35e007ea (patch) | |
tree | 8133c59cb0f066d992f434109818dd771e73f544 /.gitignore |
Initial commit.
app.py
- WSGI application and handlers.
config.py
- Config helper class.
directory.py
- Directory and file helper classes.
events.py
- zeromq event publisher and subscriber.
recode.py
- Codecs and stuff
static/
- Web interface
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c064cc9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.swp +*.vim +*.pyc +/config |