NetGuardia/.gitignore

53 lines
575 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
AGENT.md
DESIGN.md
TODOS.md
VERSION
CHANGELOG.md
# Benchmark data/results (local only)
benchmark/
docs/
# SQLite database files
*.db
*.db-shm
*.db-wal