1
0
mirror of https://github.com/django/django.git synced 2025-01-31 04:40:13 +00:00
django/.gitignore

13 lines
137 B
Plaintext

*.egg-info
*.pot
*.py[co]
__pycache__
MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/