__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
*.so

# Secrets and credentials
.env
.env.*
.pypirc
credentials.json
secrets.yaml
*.pem
*.key
