# Python build / cache
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/

# Editor / OS
*.swp
.DS_Store
Thumbs.db
.idea/
.vscode/

# Secrets / credentials — never commit these
.env
.env.*
.envrc
*.pem
*.key
*.p12
