__pycache__/
*.py[cod]
*$py.class

# Pytest
.pytest_cache/

# environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Distribution / packaging
dist/
build/
*.egg-info/
