Files
django-admin-confirm-briq/.gitignore
T
Thu Trang Pham b845e57285 All tests work
2020-11-07 13:21:24 -08:00

35 lines
297 B
Plaintext

__pycache__/
*.py[cod]
build/
dist/
sdist/
.eggs/
*.egg-info/
.DS_Store
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
*.pot
# Django stuff:
*.log
*.db
# Sphinx documentation
docs/_build/
# pycharm
.idea/
# Database
db.sqlite3