170475e86e
* add more tests * add more tests, add admin class, update gitignore
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
|