summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 47745b29e8215edd2f0e2b6d4ac76d28d99bfbe0 (plain)
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
# Generated by Cargo
# will have compiled files and executables
**/target

# These are backup files generated by rustfmt
**/*.rs.bk

.idea/
.vscode/
*.iml
.tmp/
.venv/
.DS_Store

### robotframework ###
log.html
output.xml
report.html
selenium-screenshot-*.png
playwright-log.txt

Results/

# Log files generated by PySys
tests/PySys/**/*.log
tests/PySys/**/*.out
tests/PySys/**/*.err
**/__pycache__
tests/PySys/**/Output/
**/*venv*

# Other files
Makefile.toml