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

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

# Virtual environments
.venv/
venv/
env/

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