diff --git a/.gitignore b/.gitignore index 31ba5f1..007765b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,16 @@ Thumbs.db # Node node_modules/ +# Build output +dist/ + +# Python +__pycache__/ +*.pyc + +# Task files (Claude Code teams) +tasks/ + # Personal configs (if any) personal/ private/