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

# Python
__pycache__/
*.py[cod]

# Test
.pytest_cache/
.coverage

# IDE
.idea/
.vscode/
*.swp

# uv
.venv/
.ruff_cache/
