mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
19 lines
194 B
Text
19 lines
194 B
Text
# Local binaries (they are generated).
|
|
/bin/
|
|
|
|
# Python files.
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info
|
|
|
|
# Libraries.
|
|
/lib/
|
|
|
|
# Data files.
|
|
/var/
|
|
|
|
# Coverage output.
|
|
/.coverage
|
|
|
|
# Editor(s) temporary files.
|
|
.*.swp
|