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

# Environment
.env
venv/
.venv/
env/

# IDE
.DS_Store
.idea/
.vscode/

# Logs
*.log

# Docs
site/

# Project-specific
SPEC.md

# Generated bundles
google-python-style-guide/
