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

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

# Test caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# uv
.uv/
uv.lock

# OS
.DS_Store
Thumbs.db
