# Python bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environments and local tooling
.venv/
venv/
.nox/

# Coverage
.coverage
.coverage.*
htmlcov/

# Build products and generated metadata
build/
dist/
*.egg-info/

# Editors and operating systems
.DS_Store
.idea/
.vscode/
