1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00
django/.hgignore
Tim Graham 1ef9a296da [1.5.x] Added __pycache__ to gitignore
Backport of 55b9bff07f from master
2013-09-19 06:38:01 -04:00

10 lines
101 B
Plaintext

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