# General files
# Swap files generated by some editors
*.swp
# Backup files created by some editors
*~
# Emacs backup files
.#*
# Backup files
*.bak
# Temporary files
*.tmp
# macOS-specific file
.DS_Store

# IDE-specific directories
# IntelliJ IDEA project files
.idea/
# Visual Studio Code workspace and settings
.vscode/
# Visual Studio Code Insiders workspace and settings
.vscode-insiders/
# General JetBrains IDE project files
.jetbrains/
# Solution User Options file (Visual Studio)
*.suo
# User-specific settings
*.user
# Solution document states (Visual Studio)
*.sln.docstates
# Project IDX project files
.idx/

# Build artifacts
# Generic build directory
target/
# Automatically generated and should not be committed for libraries
/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
