add .gitignore

This commit is contained in:
Alexander Jacobsen 2026-07-17 22:09:32 +02:00
parent 53f63ee343
commit 2c7b3d21e7

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Nix
result
result-*
.direnv/
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Pyright
.pyright/
# C build artifacts
*.o
pixelflut-render
render
a.out
# Editor / OS
*.swp
.DS_Store