# Build Artifacts
/target
/docs/

# IDE & Editor Files
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Security & Environment
.env
*.pem
*.key

# Release Notes (Local scratchpad)
RELEASE_NOTES.md

# Testing
# Ignore any local test files generated during manual testing
test_*.txt
random_*.txt
tmp/
