## Python bytecode
__pycache__/
*.pyc
*.pyo

## Virtual environments
.venv/
venv/

## Build artifacts
*.egg-info/
dist/
build/
*.whl
*.tar.gz

## Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

## IDE
.idea/
.vscode/

## OS
.DS_Store
