django/.gitignore
2013-09-19 06:37:23 -04:00

11 lines
123 B
Text

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