# Python
__pycache__/
*.pyc
*.egg-info/
.eggs/
build/
dist/

# Virtual environments
.venv/
venv/

# Test / lint / coverage artifacts
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors / OS
.DS_Store
.idea/
.vscode/
.gstack/
