# Git
.git
.gitignore
.gitattributes
# CI/CD
.github
# Documentation
docs/
*.md
LICENSE
README.md
CHANGELOG.md
CONTRIBUTING.md
# Development files
.vscode/
.idea/
*.swp
*.swo
*~
# Build artifacts
target/
Cargo.lock
# Test files
tests/
benches/
examples/
# Reports and data
reports/
data/
*.db
*.db-shm
*.db-wal
# Logs
*.log
# Coverage
coverage/
tarpaulin-report.html
cobertura.xml
lcov.info
*.profdata
*.profraw
# Benchmarks
flamegraph.svg
perf.data*
*.folded
# OS files
.DS_Store
Thumbs.db
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Temporary files
tmp/
temp/
*.tmp
# Git
.git
.gitignore
.gitattributes
# CI/CD
.github