# Build artifacts - produced by `python -m build`, never commit them
# Sản phẩm build - do `python -m build` sinh ra, không bao giờ commit
dist/
build/
*.egg-info/

# Python bytecode
# Bytecode Python
__pycache__/
*.pyc

# Test cache
# Cache của test
.pytest_cache/
