# Bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Virtual envs
.venv/
venv/
env/

# Test / type-check caches
.pytest_cache/
.mypy_cache/
.pyright_cache/
.ruff_cache/
.coverage
htmlcov/

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