# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
build/
dist/

# Virtual environments
.venv/
venv/

# uv
.uv/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
.idea/
.vscode/
