# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/

# Distribution / packaging
*.egg-info/

# pytest
.pytest_cache/

# uv
.uv/
dist/
