# Git files
.git
.gitignore
.gitattributes

# Build artifacts
build/
*.o
*.so
*.a
*.dylib
*.dll

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Documentation
*.md
docs/
README*

# CI/CD files
.gitlab-ci*.yml
.github/
.travis.yml
.circleci/

# Cache directories
.cache/
.podman-cache/
.docker-cache/

# Temporary files
tmp/
temp/
*.tmp
*.log

# CMake files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

# Test files
test/
tests/
*_test.cpp
*_test.h

# Backup files
*.bak
*.backup