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

# Bytecode
__pycache__/
*.py[cod]

# Virtualenvs
.venv/
.venv-*/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
htmlcov/
.coverage
.coverage.*

# OS noise
.DS_Store

# Editor
*.swp
.idea/
.vscode/
