# Byte-compiled / cached
__pycache__/
*.pyc
*.pyo
*.pyd

# Test / type-checker caches
.pytest_cache/
.mypy_cache/

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

# Virtual environments
.venv/
