Skip to content

Commit 5a048e5

Browse files
committed
Update .gitignore
1 parent 95159a3 commit 5a048e5

1 file changed

Lines changed: 34 additions & 2 deletions

File tree

.gitignore

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,47 @@
1+
#===========================================================
2+
# Working assessments, reverse-engineering and smoke testing
3+
#===========================================================
14
self-assessment/
5+
temp/
6+
tmp/
7+
#===========================================================
8+
9+
10+
11+
#===========================================================
12+
# Python artifacts & trails
13+
#===========================================================
214
.venv/
315
venv/
416
__pycache__/
517
*.pyc
18+
#===========================================================
19+
20+
21+
22+
#===========================================================
23+
# Ruby & Gem artifacts
24+
#===========================================================
625
*.gem
726
.bundle/
827
Gemfile.lock
928
coverage/
1029
.asrfacet_rb/
11-
temp/
12-
tmp/
30+
#===========================================================
31+
32+
33+
34+
#===========================================================
35+
# Installation and report generation testing
36+
#===========================================================
1337
/output/
1438
install/test-root/
39+
#===========================================================
40+
41+
42+
43+
#===========================================================
44+
# Others...
1545
tree.txt
46+
releases/
47+
#===========================================================

0 commit comments

Comments
 (0)