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

# Virtual environments
.venv/
venv/
env/
ENV/

# Tooling
uv.lock
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Secrets — never commit credentials of any kind
.env
.env.*
*.key
*.pem
*.secret

# Editor / OS
.idea/
.vscode/
.DS_Store
