# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checker / linter caches
.mypy_cache/
.ruff_cache/

# IDE / OS
.DS_Store
.vscode/
.idea/

# Sweep and review artifacts
workspace-tmp/
