# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual envs
venv/
.venv/
env/
.env/
ENV/

# Build
build/
dist/
*.egg-info/
.eggs/

# Test/coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
