Revision 4044d5f376405f12065707a0986c2c318d69a1f7 authored by Luke Yeager on 13 October 2016, 17:46:40 UTC, committed by Luke Yeager on 13 October 2016, 17:46:40 UTC
1 parent 4032572
Raw File
.gitignore
# Temporary files
*.swp
*~
TAGS

# Compiled / optimized files
*.py[cod]

# Tests
/.coverage

# virtualenv
/venv/

# setuptools
/build/
/dist/
/*.egg-info/
back to top