1
0
mirror of https://github.com/django/django.git synced 2025-03-12 10:22:37 +00:00
django/.gitignore
Tim Graham 538fdd2ae4 [1.6.x] Added __pycache__ to gitignore
Backport of 55b9bff07f from master
2013-09-19 06:37:53 -04:00

11 lines
116 B
Plaintext

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