# Keep build artifacts out of the build context so the image stays small. target/ **/target/ .git/ .idea/ .vscode/ # Generated wasm in web/ — we want the *build* to produce these. web/voxel_game.js web/voxel_game_bg.wasm web/voxel_game.d.ts # Misc *.swp .DS_Store Thumbs.db