django-dbfilestorage/.gitignore
Tyrel Souza 784b66d111 Release 0.1.1 - More testing and cleanup things (#15)
* add more tests (#14)

* add more tests

* add more tests, add admin class, update gitignore

* Add a clean command to setup (#13)
2016-12-09 10:10:13 -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