mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
* Add GitHub Actions test workflow. * Add django version env var handling to tox config. * Update badges. * Add release workflow. * Remove Travis. * Fix typo. * Fix more typos. * Write coverage.xml. * Remove the need for the VERSION file. * Simplify demo setup.py. * Remove VERSION file. * Update demo/setup.py * Update setup.py
28 lines
261 B
Text
28 lines
261 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/
|
|
|
|
# Editors' temporary buffers.
|
|
.*.swp
|
|
*~
|