initial commit
This commit is contained in:
commit
c6b956ffa9
33 changed files with 3077 additions and 0 deletions
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# editors
|
||||
.vscode/
|
||||
.idea/
|
||||
.godot/
|
||||
|
||||
# apple
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# build related directories
|
||||
/build
|
||||
target
|
||||
zig-out
|
||||
zig-build
|
||||
|
||||
# secrets
|
||||
.env
|
||||
|
||||
# direnv
|
||||
.envrc
|
||||
.direnv
|
||||
|
||||
# py
|
||||
__pycache__/
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
.coverage*
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
Loading…
Add table
Add a link
Reference in a new issue