# Virtual environments
.venv/
venv/
env/
.smoke_venv/

# uv
.uv/

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

# Cache and tools
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.pyc
