add gitignore

This commit is contained in:
Ulysse Cura 2025-02-13 19:31:57 +01:00
parent 90afeab0a6
commit 2a81bcfd53
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Build files
/build*/
/*.g1a
/*.g3a
# Python bytecode
__pycache__/
# Common IDE files
*.sublime-project
*.sublime-workspace