Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern committed Aug 23, 2024
1 parent 4cced1c commit 124f697
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
build
dist
build/
dist/
.DS_Store
.idea
.idea/
.vscode/
__pycache__/

*.pyc
*.class
*.egg-info
*.swp
results
results/
atest/testdata/keyfiles/id_rsa
atest/docker/results
examples/output.xml
examples/log.html
examples/report.html

log.html
report.html
output.xml

0 comments on commit 124f697

Please sign in to comment.