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

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

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/

# System files
.DS_Store

# uv
.python-version
