# Project-management workspace is tracked separately, not in app source control.
.project-management/

# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
*.egg-info/

# Build artifacts
dist/
build/
