# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/

# Build / distribution
dist/
build/
*.egg-info/
*.egg
*.mcpb

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Tools
.ruff_cache/
.mypy_cache/

# macOS
.DS_Store
