# 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

# MacOS
.DS_Store

# data folder
.data/

# VS Code
.vscode
# Pycharm User-specific stuff
.idea/*

# Local History for Visual Studio Code
.history/

# Claude-generated json helpers to compare gas between two branches
.gas-compare/

# Built Visual Studio Code Extensions
*.vsix
.env

#foundry
# Compiler files
foundry/cache/
foundry/out/

node_modules/
