# Build artifacts
target/
# Git
.git/
.gitignore
# IDE
.idea/
.vscode/
*.swp
*.swo
# Documentation
*.md
!README.md
# CI/CD
.github/
# Examples and benchmarks (not needed for build)
examples/
benchmarks/
demo/
# Tests (not needed for release build)
tests/