# Python
__pycache__/
*.py[cod]
*$py.class

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

# Packaging
build/
dist/
*.egg-info/
.eggs/

# Test and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type checkers and linters
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Editors and OS files
.DS_Store
.idea/
.vscode/

# Local workspace
work/*
!work/.gitkeep

