# Virtual environment
.venv/

# Python cache
__pycache__/
*.pyc
*.pyo

# Build artifacts
dist/
*.egg-info/

# uv
.python-version

# Testing
.pytest_cache/
.coverage
htmlcov/
