# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Editors / OS
.vscode/
.idea/
.DS_Store

# Local config / secrets
.env
*.local
