summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 09a9d02d4e14ca60e71341cc2099b33ffc4d86d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# IDE related
.vscode
.idea

# Downloaded files
resources_downloaded

#Logs
*.log

# Build files
CMakeFiles
CMakeUserPresets.json
build*/
cmake-build-*/

# Virtual environments
scripts/py/env*
scripts/py/venv*
env
venv
__pycache__*