pixelflut-freebsd/.gitignore
2026-07-17 23:27:39 +02:00

24 lines
200 B
Text

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