### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion

*.iml

## Directory-based project format:
.idea/

### Other editors
.*.swp
.vscode/

### Python template
# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class


# Distribution / packaging
.env/
env/
.venv/
venv/
build/
dist/
.eggs/
lib/
lib64/
*.egg-info/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
pip-wheel-metadata

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache
.mypy_cache/
.entangled/

nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Sphinx documentation
docs/_build/
