django-downloadview/.gitignore
Jannis Leidel 9f42e65986
Migrate to GitHub Actions. (#165)
* 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
2020-12-23 11:12:35 +01:00

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
*~