# Git .git .gitignore .github # Documentation *.md !README.md docs/ # IDE .vscode .idea *.swp *.swo *~ # Rust build artifacts target/ **/*.rs.bk *.pdb # Environment and secrets .env .env.local *.key *.pem # Logs *.log # OS .DS_Store Thumbs.db # Test artifacts coverage/ *.profraw *.profdata # Temporary files tmp/ temp/