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

# Bytecode
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/

# uv
uv.lock

# Test / type caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
