django-celery-monitor/.gitignore
Jannis Leidel c055ee8d2c
More GitHub Actions fixes. (#138)
* Update some old URLs.

* Add release workflow.
2020-11-26 18:07:46 +01:00

31 lines
280 B
Text

.DS_Store
*.pyc
*$py.class
*~
.*.sw[pon]
dist/
*.egg-info
*.egg
*.egg/
build/
.build/
_build/
pip-log.txt
.directory
erl_crash.dump
*.db
Documentation/
.tox/
.ropeproject/
.project
.pydevproject
.idea/
.coverage
.ve*
cover/
.vagrant/
*.sqlite3
.cache/
htmlcov/
coverage.xml
.tox/