# mfbt config
.mfbt/

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

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

# Virtual environments
.venv/
venv/

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

# PyPI config (tokens)
.pypirc

# OS
.DS_Store
