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

# Distribution / packaging
dist/

# Cache
.cache/
.mypy_cache/
.ruff_cache/
.tox/

# Environments
.env
.venv/
