# Generated by Cargo
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# Added by cargo
#
# already existing elements are commented out

# /target

# Project specific: Prevent accidental commit of cryptographic bundles, documents, or test outputs
*.tlpsign
*.json
*.pdf
*.txt
*.doc
*.docx
*.key

# Temporary test directories
/tmp_*/
tmp_*/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

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