# Environment
.env
.venv/

# Python
__pycache__/
*.pyc

# Tool caches
.hypothesis/
.pytest_cache/
.ruff_cache/

# OS
.DS_Store
