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

# Virtual environments
.venv/

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

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

# Editor settings
.DS_Store
.vscode/