# 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

# VS Code extension (editors/vscode)
node_modules/
editors/vscode/out/
*.vsix

# Bundled CLI binaries: built by packaging/binary/build.sh at package time
editors/vscode/bin/
editors/idea/bin/

# Tooling config
/.workforest.yaml
/Makefile.local
