# Generated by Cargo — compiled files and executables
target/
target-docker/

# Cargo.lock is not committed because this is a library crate.
# See: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# Backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these
*.pdb

# OS-specific files
.DS_Store
Thumbs.db

# IDE-specific files
.idea/
.vscode/
*.code-workspace

# Backup / swap files
*.bak
*.tmp
*.swp
*.swo
*~

# Environment files (may contain secrets)
.env
.env.*
