# Python virtualenvs
.venv/
venv/
env/

# Bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/

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

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml
