# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# mypy / pytype
.mypy_cache/
.pytype/

# IDE
.idea/
.vscode/

# OS
.DS_Store
