mirror of
https://github.com/DaLaw2/NetGuardia.git
synced 2026-08-24 22:20:28 +09:00
52 lines
566 B
Plaintext
52 lines
566 B
Plaintext
# Claude Code
|
|
.claude/
|
|
|
|
### https://raw.github.com/github/gitignore/master/Rust.gitignore
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
.idea
|
|
logs
|
|
TODO
|
|
.log
|
|
.txt
|
|
.csv
|
|
net-guardia/static/web
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Profiling
|
|
*.profraw
|
|
*.profdata
|
|
|
|
*.hex
|
|
.gstack/
|
|
interfaces.txt
|
|
traffic_log.csv
|
|
|
|
CLAUDE.md
|
|
DESIGN.md
|
|
TODOS.md
|
|
VERSION
|
|
CHANGELOG.md
|
|
|
|
# Benchmark data/results (local only)
|
|
benchmark/
|
|
docs/
|
|
|
|
# SQLite database files
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|