django-dbfilestorage/.gitignore
Tyrel Souza 170475e86e add more tests (#14)
* add more tests

* add more tests, add admin class, update gitignore
2016-12-09 10:07:16 -05:00

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