# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.uv-cache/
build/
dist/

# Tests
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/
*.swp
.DS_Store
