mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
24 lines
220 B
Text
24 lines
220 B
Text
# Local binaries.
|
|
/bin/
|
|
|
|
# Libraries.
|
|
/lib/
|
|
|
|
# Data files.
|
|
/var/
|
|
|
|
# Python files.
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info
|
|
|
|
# Tox files.
|
|
/.tox/
|
|
|
|
# Virtualenv files (created by tox).
|
|
/build/
|
|
/dist/
|
|
|
|
# Editors' temporary buffers.
|
|
.*.swp
|
|
*~
|