#
# https://github.com/github/gitignore/blob/main/Rust.gitignore
#

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

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

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# rustc will dump stack traces when hitting an internal compiler error to PWD
rustc-ice-*.txt

#
# https://www.toptal.com/developers/gitignore/api/dotenv
#

### dotenv ###
.env

#
# https://github.com/github/gitignore/blob/main/Global/mise.gitignore
#

# https://mise.jdx.dev/configuration.html
# https://mise.jdx.dev/configuration/environments.html
.mise.*.local.toml
.mise.local.toml
mise.*.local.toml
mise.local.toml
.mise/*.local.toml
mise/*.local.toml

#
# https://github.com/github/gitignore/blob/main/Global/Agents.gitignore
#

GEMINI.md
WARP.md
CRUSH.md
QWEN.md

# OpenAI Codex
.codex/

# Aider
.aider.input.history
.aider.chat.history.md
.aider.llm.history
.aider.tags.cache.v*
.aiderignore

# Claude Code
.claude/*.local.json
.claude/**/*.log
CLAUDE.local.md
.claude/

# Gemini CLI
gemini-debug.log
.gemini-clipboard/
.gemini/

# Cursor AI
.cursorrules
.cursor/
.cursor.json
.cursor-settings.yaml

# Continue
.continue/
.continuerc.json

# Cline
.cline/
.clinerules
cline.json

# Other agent/editor project config
.warp/
.crush/
.codeium/
.deepseek/
.amazon-codewhisperer/
.tabnineignore
.tabnine/

# GitHub Copilot
.github/copilot-instructions.md

# Windsurf Editor
.windsurfrules
.windsurf/

# Replit AI Development
.replit
replit.nix

#
# https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
#

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

#
# https://github.com/github/gitignore/blob/main/Global/macOS.gitignore
#

# General
.DS_Store
.localized
__MACOSX/
.AppleDouble
.LSOverride
Icon[
]

# Resource forks
._*

# Files and directories that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.com.apple.timemachine.supported
.PKInstallSandboxManager
.PKInstallSandboxManager-SystemSoftware
.hotfiles.btree
.vol
.file
.disk_label*
lost+found
.HFS+ Private Directory Data[
]

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Mac OS 6 to 9
Desktop DB
Desktop DF
TheFindByContentFolder
TheVolumeSettingsFolder
.FBCIndex
.FBCSemaphoreFile
.FBCLockFolder

# Quota system
.quota.group
.quota.user
.quota.ops.group
.quota.ops.user

# TimeMachine
Backups.backupdb
.MobileBackups
.MobileBackups.trash
MobileBackups.trash
tmbootpicker.efi

#
# https://github.com/github/gitignore/blob/main/Global/Linux.gitignore
#

*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# Metadata left by Dolphin file manager, which comes with KDE Plasma
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

# Log files created by default by the nohup command
nohup.out
