# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/

# uv
.uv/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/
*.swp

# macOS
.DS_Store
