# Python bytecode/cache
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/

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

# IDE/editor artifacts
.vscode/
.idea/
.DS_Store
