# Python
__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Environments & secrets
.env
.env.*
!.env.example

# OS / editor
.DS_Store
Thumbs.db
.vs/
