pixelflut-freebsd/.gitignore

23 lines
184 B
Text

# 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