.gitignore
291648cc
 # build products...
f0b02117
 *.py[co]
 build
0aba811c
 AUTHORS.TXT
6343aa62
 # Emacs backup files...
 *~
 .\#*
291648cc
 # RPM stuff...
3f245498
 MANIFEST
 dist
 rpm-build
a87c7795
 # Eclipse/PyDev stuff...
 .project
 .pydevproject
291648cc
 # PyCharm stuff...
ddb358a3
 .idea
0ab58774
 #IntelliJ IDEA stuff..
 *.iml
291648cc
 # Mac OS X stuff...
ddb358a3
 .DS_Store
291648cc
 # manpage build stuff...
dcee25c6
 docs/man/man3/*
4a6b5c5d
 # Sublime stuff
 *.sublime-project
 *.sublime-workspace
291648cc
 # docsite stuff...
3f3b2a94
 docsite/latest/rst/modules
 docsite/latest/*.html
 docsite/latest/_static/*.gif
 docsite/latest/_static/*.png
 docsite/latest/_static/websupport.js
a6182447
 docsite/latest/searchindex.js
18c8382f
 docsite/latest/htmlout
291648cc
 # deb building stuff...
d5837aab
 debian/
0a28d26d
 # Vim swap files
 *.swp
 *.swo