e21521f45c
* Deprecate `load_env` in favor of `env_prefix` `load_env` both enabled/disabled environment variable parsing, while also letting the user modify the env prefix. Deprecate the ability to disable environment parsing, and add a new config variable to track the user's desired prefix for environment-based configuration. Resolves: #2102 * Add a few common .gitignore patterns
24 lines
230 B
Plaintext
24 lines
230 B
Plaintext
*~
|
|
*.egg-info
|
|
*.egg
|
|
*.eggs
|
|
*.pyc
|
|
.coverage
|
|
.coverage.*
|
|
coverage
|
|
.tox
|
|
settings.py
|
|
.idea/*
|
|
.cache/*
|
|
.mypy_cache/
|
|
.python-version
|
|
docs/_build/
|
|
docs/_api/
|
|
build/*
|
|
.DS_Store
|
|
dist/*
|
|
pip-wheel-metadata/
|
|
.pytest_cache/*
|
|
.venv/*
|
|
.vscode/*
|