mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 14:30:23 +00:00
32 lines
317 B
Text
32 lines
317 B
Text
# Local binaries.
|
|
/bin/
|
|
|
|
# Libraries.
|
|
/lib/
|
|
|
|
# Data files.
|
|
/var/
|
|
coverage.xml
|
|
.coverage/
|
|
|
|
# Python files.
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info
|
|
|
|
# Tox files.
|
|
/.tox/
|
|
.eggs
|
|
*.egg-info
|
|
|
|
# Virtualenv files (created by tox).
|
|
/build/
|
|
/dist/
|
|
|
|
# Virtual environments (created by user).
|
|
/venv/
|
|
|
|
# Editors' temporary buffers.
|
|
.*.swp
|
|
*~
|
|
.idea
|