# Environments
.venv/
venv/
ENV/

# Python cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

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

# OS files
.DS_Store
