784b66d111
* add more tests (#14) * add more tests * add more tests, add admin class, update gitignore * Add a clean command to setup (#13)
30 lines
258 B
Plaintext
30 lines
258 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
|
|
build/
|
|
dist/
|
|
sdist/
|
|
.eggs/
|
|
*.egg-info/
|
|
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
*.db
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
db.sqlite3
|