# Python build and cache
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.eggs/

# Environments
.venv/
venv/
.env

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editor and OS
.DS_Store
.idea/
.vscode/
