Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ crytic-export/
echidna.cabal
*.swp
profiles/

# MCP server test logs (temporary artifacts)
echidna-*.log

# External C++ dependencies (build artifacts)
libff/

# Python cache files
**/__pycache__/
**/*.pyc
Loading