# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/

# Virtualenvs
tests/venv/
venv/
.venv/
env/

# pytest
.pytest_cache/
