mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
40 lines
384 B
Plaintext
40 lines
384 B
Plaintext
# Binary / image files
|
|
*.apkg
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.gif
|
|
*.webp
|
|
*.svg
|
|
*.ico
|
|
*.bmp
|
|
*.pdf
|
|
*.zip
|
|
*.tar.gz
|
|
*.tgz
|
|
*.bin
|
|
*.exe
|
|
*.so
|
|
*.o
|
|
*.a
|
|
|
|
# Build outputs
|
|
pomodoro_app/build/
|
|
|
|
# Generated images
|
|
**/generated_images_*/
|
|
**/preview_images/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
**/.venv/
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# C build artifacts
|
|
**/*.out
|
|
**/random_engine
|
|
**/fps_demo
|
|
**/1dvelocitysimulator
|