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

# For binaries: Cargo.lock should be committed
# For libraries: Cargo.lock should be in .gitignore
# Since hexler is a binary, we keep Cargo.lock in git

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

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

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Test outputs and cache
.pytest_cache/
*.pyc
__pycache__/

# Profiling and coverage
*.profraw
*.profdata
perf.data
perf.data.old
coverage/

# Documentation build
/docs/_build/
/docs/.doctrees/

# Benchmark results
bench_results/

# Other generated files
compile_commands.json
