try to migrate to nix

This commit is contained in:
kp2pml30 2025-01-11 20:48:22 +04:00
parent f2f4ead62f
commit 94da1ce936
26 changed files with 830 additions and 181 deletions

View file

@ -0,0 +1,25 @@
# editors
.vscode/
.idea/
.godot/
# apple
.DS_Store
.AppleDouble
.LSOverride
# build related directories
/build
target
zig-out
zig-build
# secrets
.env
# py
__pycache__/
.pytest_cache
.mypy_cache
.ruff_cache
.coverage*