# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/

# Build artifacts
build/
dist/

# Environments
.venv/
.env

# OS
.DS_Store
