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

# uv / venv
.venv/
.python-version

# Build
build/
dist/
*.whl

# Tests
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type / lint caches
.mypy_cache/
.ruff_cache/

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

uv.lock
config.toml
