add .gitignore
This commit is contained in:
parent
53f63ee343
commit
2c7b3d21e7
1 changed files with 23 additions and 0 deletions
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue