# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Pytest
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.cover
*.py,cover
.hypothesis/
test-results.xml

# Environment files
.env
.env.*
!.env.example
!.env.template

# Editors
.idea/
.vscode/
*.swp
*.swo
*~

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/

# Virtual environments
venv/
.venv/
env/
.env/

# Distribution / packaging
.tox/
