aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0c885718bd0686d7de8df8f2d425831749c4cea3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Do not include any hidden metadata saved by apps and the OS.
desktop.ini
.DS_Store
.vscode/

# Do not include any built or cached files.
build/
env/
.cache/
__pycache__/
*.pyc
*.pyo

# Do not include user-specific workspace and configuration files.
*.code-workspace
CMakeUserPresets.json