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

10 lines
101 B
Plaintext

syntax:glob
*.egg-info
*.pot
*.py[co]
__pycache__
docs/_build/
tests/coverage_html/
tests/.coverage