Better project structure

This commit is contained in:
Anthony Sottile 2014-04-12 07:28:25 -07:00
parent f31f092f9b
commit 1746a97e24
52 changed files with 221 additions and 189 deletions

21
.gitignore vendored
View file

@ -1,12 +1,13 @@
*.pyc
.pydevproject
.pre-commit-files
.project
.coverage
/py_env
*.db
.idea
build
dist
*.egg-info
*.iml
*.py[co]
.*.sw[a-z]
.coverage
.idea
.pre-commit-files
.project
.pydevproject
.tox
/venv*
coverage-html
dist