# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Tests / tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
.vscode/
.idea/

# Local secrets
.env
