1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
django-mailbox/.gitignore
2022-07-27 10:22:52 +02:00

16 lines
133 B
Text

*.pyc
bin/*
lib/*
src/*
dist/*
share/*
docs/_build/*
include/*
.Python
*egg*
dummy_project/*
.cache/
.tox/
messages
*.sqlite3
.idea/