forked from thinhhoangpham/tcp_analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (28 loc) · 779 Bytes
/
.gitignore
File metadata and controls
37 lines (28 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# macOS metadata files
._*
.DS_Store
# Data directories (large files)
attacks_in_minutes_timearcs/
# Exclude most of packets_data except specific directories
packets_data/*
!packets_data/attack_packets_day1to5/
!packets_data/attack_flows_day1to5/
# Exclude large flow chunk data (12GB) - keep pairs_meta.json for metadata
packets_data/attack_flows_day1to5/flows/by_pair/
# Data files
*.csv
!set1_first90_minutes.csv
!GroundTruth_UTC_naive.csv
!packets_data/attack_packets_day1to5/**/*.csv
!packets_data/attack_flows_day1to5/indices/flow_list/*.csv
# Windows artifacts
nul
# IDE and tool directories
.claude/
.playwright-mcp/
# Node modules (if any)
node_modules/
# Logs
*.log
# Demo script folder
Network Attack Visualization Tool*/