-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·54 lines (35 loc) · 1.08 KB
/
.gitignore
File metadata and controls
executable file
·54 lines (35 loc) · 1.08 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#------------------------------------------- Update 1 --------------------------------------------#
# Dataset files
update_1/update_1_dataset.csv
# Virtual Python environment
update_1/proj
update_1/__pycache__
# Output files
update_1/update_1_log.out
update_1/insecure_hash_files.csv
update_1/insecure_top_features.csv
update_1/neutral_hash_files.csv
update_1/neutral_top_features.csv
update_1/validated_file_names.csv
# Compiled source files
update_1/*.pyc
# Misc files
#------------------------------------------- Update 2 --------------------------------------------#
# Dataset files
# Virtual Python environment
# Output files
update_2/update_2_log.out
# Compiled source files
update_2/*.pyc
# Misc files
#------------------------------------------- Update 2 --------------------------------------------#
# Dataset files
# Virtual Python environment
# Output files
update_3/update_3_log.out
# Compiled source files
update_3/*.pyc
# Misc files
#------------------------------------------- Utilities -------------------------------------------#
utilities/*.pyc
utilities/__pycache__