Files
django-admin-confirm-briq/.gitignore
T
Thu Trang Pham 220e9d8b41 inital commit
2020-10-31 14:24:45 -07:00

31 lines
264 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/
# pycharm
.idea/