# Virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo

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