summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 37b0577755fa2a00351560032eafd3c3326cbe92 (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
# 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

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

# Other files
Makefile.toml