Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
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
34 changes: 0 additions & 34 deletions .github/workflows/auto-triage-claims.yml

This file was deleted.

160 changes: 0 additions & 160 deletions .github/workflows/bcos.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/bounty-xp-tracker.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/update-dynamic-badges.yml

This file was deleted.

53 changes: 49 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
__pycache__/
*.pyc
# Generated by Cargo
/target/
**/target/

# Generated scan artifacts
reports/
# Cargo.lock for libraries (keep for binaries)
# Cargo.lock

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

# RustAnalyzer
/rust-analyzer/

# Build output
*.rs.bk
*.pdb

# Keys and sensitive data (NEVER commit these!)
*.key
*.pem
*.bin
!Cargo.lock

# Config files with secrets
config.local.toml
.env
.env.local

# Test artifacts
*.out
*.log
test_*.bin

# Benchmarks
/criterion/

# Coverage
*.gcno
*.gcda
coverage/
*.lcov

# Profiling
*.profraw
*.profdata
Loading