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

# Cargo.lock should be tracked for binary crates like askr to ensure reproducible builds
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

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

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

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

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

# Temporary files
*.tmp
*.temp

# Logs
*.log

# Test artifacts
test_*.sh
test_manual.md

# Local environment files
.env
.env.local

.claude

