File: .gitignore

package info (click to toggle)
python-django-guid 3.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: python: 1,267; makefile: 16
file content (18 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*.pyc
.idea/*
env/
venv/
.venv/
build/
dist/
*.egg-info/
notes
.pytest_cache
.coverage
htmlcov/

# Sphinx documentation
docs/_build/

# celery
celerybeat-*