# OS files
.DS_Store

# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyd
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Build artifacts
build/
dist/
site/
wheels/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/
plugins/.venv/

# Tool caches
.uv-cache/

# IDE files
.idea/
.vscode/
*.iml
uv.lock
