1
0
mirror of https://github.com/django/django.git synced 2025-04-09 15:59:41 +00:00
django/.gitignore
2024-12-08 19:22:06 -05:00

25 lines
429 B
Plaintext

# If you need to exclude files such as those generated by an IDE, use
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
# described in https://git-scm.com/docs/gitignore
*.egg-info
*.pot
*.py[co]
.tox/
__pycache__
MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage*
build/
tests/report/
tests/screenshots/
venv/
.venv/
env/
.env/
myproject/staticfiles
myproject/