aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: d9ded9300f98f077e91ae4e297ed3b0183003862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Build files
/build*
/*.g1a
/*.g3a
*.o
*.d
lzy

# Python bytecode
 __pycache__/

# Common IDE files
*.sublime-project
*.sublime-workspace
.vscode