# Python cache and bytecode
__pycache__/
*.py[cod]

# Local environment
.env
.ppathlib.toml
.venv/
venv/
uv.lock

# Build artifacts
build/
dist/
*.egg-info/

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

# Tooling caches
.mypy_cache/
.ruff_cache/

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