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

# Virtual envs
.venv/
venv/
env/

# Environment / secrets
.env
*.pem

# Tools
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
*.log




