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

# Downloaded files

# Build files
CMakeFiles
build
cmake-build-*

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