mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
To install the development environment (inside your preferred venv), now just use `pip install -e '.[dev,test]'`.
19 lines
296 B
Plaintext
19 lines
296 B
Plaintext
.DS_Store
|
|
._*
|
|
*.pyc
|
|
*.egg
|
|
*.egg-info
|
|
.eggs/
|
|
.tox/
|
|
build/
|
|
dist/
|
|
docs/_build/
|
|
local.py
|
|
|
|
# Because pipenv was only used to manage a local development
|
|
# environment, it was not helpful to track its lock file
|
|
Pipfile.lock
|
|
|
|
# Use pyenv-virtualenv to manage a venv for local development
|
|
.python-version
|