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

# uv / venv
.env
.venv/
.uv-cache/

# Tests
.pytest_cache/
.coverage
htmlcov/

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