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

# Bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
env/

# Editor / OS
.idea/
.vscode/
.DS_Store
