Mercurial
diff .hgignore @ 37:fb9bcd3145cb
[ReactGames] Few games I made using react just to practice few things.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 01 Dec 2025 20:22:47 -0800 |
| parents | 33b1caf051cd |
| children | cf9caa4abc3e |
line wrap: on
line diff
--- a/.hgignore Sun Nov 09 06:25:16 2025 -0800 +++ b/.hgignore Mon Dec 01 20:22:47 2025 -0800 @@ -17,7 +17,13 @@ # Bun specific this is os dependent so should be ignored. third_party/bun/bun -third_party/bun/node_modules/ # Playground playground/ + +# Node +**/node_modules/** + +# Python +**/venv/** +__pycache__/