testsAndMisc/.copilotignore
Krzysztof kuhy Rudnicki 45ef27b4e1 Symlink build dirs outside workspace to fix Copilot image limit
- Redirect build/, .dart_tool/, ephemeral/ dirs to ../testsAndMisc_builds/
- Add .jar, .dex, **/build/, **/.dart_tool/, **/ephemeral/ to .copilotignore
- Add horatio build dirs and .dart_tool to files.exclude/search.exclude
- Gitignore symlinks without trailing / (git treats symlinks as files)
2026-03-29 18:46:04 +02:00

125 lines
2.0 KiB
Plaintext

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