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

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

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