django/.gitignore

14 lines
151 B
Plaintext
Raw Normal View History

*.egg-info
*.pot
*.py[co]
2013-09-19 18:37:23 +08:00
__pycache__
MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/
tests/report/