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

# Testing
.coverage
.pytest_cache/
htmlcov/
examples/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store