summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 61e6782a6e4080eda46ab7afe7b975bea4a8d12d (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
build/
private*/
# A "local" directory for hiding scripts and artifacts from git.
local/
*~
*.swp
tags
TAGS
/ctags
cscope.*
.tests-passed
.failedboards/
.sizes.txt

# VSCode IDE
.vscode/*
!.vscode/README.md
!.vscode/settings.json.default
*.code-workspace

# Python ignores
*.pyc
__pycache__
*.egg-info
.hypothesis/