# Python bytecode & caches
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments & tooling
.venv/
.env
.python-version
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage

# uv artifacts
.uv/
uv.lock

# IDE / OS files
.idea/
.DS_Store

# Logs
*.log

# Build artifacts
dist/
build/
*.egg-info/