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

# Virtual environments
.venv/
venv/
uv.lock

# Testing & tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
.qoder/

# OS
.DS_Store

# Local artifacts
*.log
tmp/
._*
.pytest_cache/
.ruff_cache/
.venv/
