# Build artefacts
build/
build-*/
out/
*.o
*.a
*.so
*.so.*
*.dylib
*.dll
*.obj

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
compile_commands.json
CTestTestfile.cmake
install_manifest.txt
Testing/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.cache/
.ccache/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
dist/
*.whl

# Docker
.dockerignore.local

# Local config / secrets
.env
.env.local
local_settings.json

# Profiling
*.prof
*.svg
perf.data*
nsys-rep/
*.nvprof
*.qdrep

# Test outputs
test-results/
coverage/
*.gcov
*.gcda
*.gcno

# Build artefacts: FFmpeg source tree (выкачивается build-скриптом)
third_party/ffmpeg/
ffmpeg-*/
ffmpeg-build/

# CUDA artefacts
*.cubin
*.fatbin
*.ptx

# Spike measurement output
tools/spike/measurements/
