# IDE
.vscode
.idea

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

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

# Packaging artifacts (rendered from *.template at release time)
*.pkg.tar.zst
pkg/
packaging/AUR/PKGBUILD
packaging/AUR/.SRCINFO
packaging/homebrew/workforest.rb

# Tooling config
/.workforest.yaml
