2026-03-25 21:09:03 +01:00
|
|
|
# ===========================================================================
|
2026-03-25 20:59:47 +01:00
|
|
|
# Binary / image files (** prefix for recursive matching)
|
2026-03-25 21:09:03 +01:00
|
|
|
# Mirrors .gitignore binary block — defense-in-depth for Copilot context
|
|
|
|
|
# ===========================================================================
|
|
|
|
|
# Images
|
2026-03-25 20:59:47 +01:00
|
|
|
**/*.png
|
|
|
|
|
**/*.jpg
|
|
|
|
|
**/*.jpeg
|
|
|
|
|
**/*.gif
|
|
|
|
|
**/*.webp
|
|
|
|
|
**/*.svg
|
|
|
|
|
**/*.ico
|
|
|
|
|
**/*.bmp
|
2026-03-25 21:09:03 +01:00
|
|
|
**/*.tiff
|
|
|
|
|
**/*.tif
|
|
|
|
|
**/*.psd
|
|
|
|
|
# Audio / Video
|
|
|
|
|
**/*.mp3
|
|
|
|
|
**/*.mp4
|
|
|
|
|
**/*.wav
|
|
|
|
|
**/*.avi
|
|
|
|
|
**/*.mkv
|
|
|
|
|
**/*.flac
|
|
|
|
|
**/*.ogg
|
|
|
|
|
**/*.wma
|
|
|
|
|
**/*.aac
|
|
|
|
|
**/*.m4a
|
|
|
|
|
**/*.mov
|
|
|
|
|
# Archives
|
2026-03-25 20:59:47 +01:00
|
|
|
**/*.zip
|
|
|
|
|
**/*.tar.gz
|
|
|
|
|
**/*.tgz
|
2026-03-25 21:09:03 +01:00
|
|
|
**/*.bz2
|
|
|
|
|
**/*.xz
|
|
|
|
|
**/*.7z
|
|
|
|
|
**/*.rar
|
|
|
|
|
# Documents
|
|
|
|
|
**/*.pdf
|
|
|
|
|
**/*.doc
|
|
|
|
|
**/*.docx
|
|
|
|
|
**/*.xls
|
|
|
|
|
**/*.xlsx
|
|
|
|
|
**/*.ppt
|
|
|
|
|
**/*.pptx
|
|
|
|
|
# Fonts
|
|
|
|
|
**/*.ttf
|
|
|
|
|
**/*.woff
|
|
|
|
|
**/*.woff2
|
|
|
|
|
**/*.eot
|
|
|
|
|
**/*.otf
|
|
|
|
|
# Compiled / binary
|
2026-03-25 20:59:47 +01:00
|
|
|
**/*.o
|
|
|
|
|
**/*.a
|
2026-03-25 21:09:03 +01:00
|
|
|
**/*.so
|
|
|
|
|
**/*.exe
|
|
|
|
|
**/*.dll
|
|
|
|
|
**/*.dylib
|
2026-03-25 20:59:47 +01:00
|
|
|
**/*.pyc
|
|
|
|
|
**/*.pyo
|
|
|
|
|
**/*.class
|
2026-03-25 21:09:03 +01:00
|
|
|
# Data
|
|
|
|
|
**/*.apkg
|
|
|
|
|
**/*.bin
|
2026-03-25 20:59:47 +01:00
|
|
|
**/*.flat
|
2026-03-25 21:09:03 +01:00
|
|
|
**/*.db
|
|
|
|
|
**/*.sqlite
|
|
|
|
|
**/*.sqlite3
|
2026-03-25 20:59:47 +01:00
|
|
|
|
2026-03-25 21:09:03 +01:00
|
|
|
# ===========================================================================
|
|
|
|
|
# Large directories
|
|
|
|
|
# ===========================================================================
|
2026-03-25 20:59:47 +01:00
|
|
|
# Virtual environments
|
|
|
|
|
.venv/
|
|
|
|
|
**/.venv/
|
|
|
|
|
|
|
|
|
|
# Node modules
|
|
|
|
|
node_modules/
|
|
|
|
|
**/node_modules/
|
|
|
|
|
|
|
|
|
|
# Caches
|
|
|
|
|
.ruff_cache/
|
|
|
|
|
.mypy_cache/
|
|
|
|
|
__pycache__/
|
|
|
|
|
**/__pycache__/
|
2026-03-25 19:18:58 +01:00
|
|
|
|
|
|
|
|
# Build outputs
|
|
|
|
|
pomodoro_app/build/
|
2026-03-25 20:59:47 +01:00
|
|
|
sonic_pi/build/
|
|
|
|
|
CPP/mini_browser/build/
|
2026-03-25 19:18:58 +01:00
|
|
|
|
2026-03-25 20:59:47 +01:00
|
|
|
# Generated / preview images
|
2026-03-25 19:18:58 +01:00
|
|
|
**/generated_images_*/
|
|
|
|
|
**/preview_images/
|
|
|
|
|
|
2026-03-25 21:09:03 +01:00
|
|
|
# Anki decks
|
2026-03-25 20:59:47 +01:00
|
|
|
python_pkg/anki_decks/
|
2026-03-25 19:18:58 +01:00
|
|
|
|
2026-03-25 21:09:03 +01:00
|
|
|
# Image-heavy directories (moved to ../testsAndMisc_binaries/)
|
2026-03-25 20:59:47 +01:00
|
|
|
python_pkg/praca_magisterska_video/images/
|
|
|
|
|
python_pkg/praca_magisterska_video/
|
2026-03-25 21:09:03 +01:00
|
|
|
python_pkg/articles/uploads/
|
|
|
|
|
python_pkg/download_cats/http_cat_cache/
|
|
|
|
|
C/misc/randomJPG/
|
2026-03-25 20:59:47 +01:00
|
|
|
|
2026-03-25 21:09:03 +01:00
|
|
|
# Files with many embedded image references
|
2026-03-25 20:59:47 +01:00
|
|
|
python_pkg/cinema_planner/pasted_content.txt
|
|
|
|
|
|
2026-03-25 19:18:58 +01:00
|
|
|
# C build artifacts
|
|
|
|
|
**/*.out
|
|
|
|
|
**/random_engine
|
|
|
|
|
**/fps_demo
|
|
|
|
|
**/1dvelocitysimulator
|