django/.gitignore

13 lines
137 B
Plaintext
Raw Normal View History

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