Vista / .gitignore
Leonard Bruns
Add Vista example
d323598
raw
history blame contribute delete
No virus
271 Bytes
# Mac stuff:
.DS_Store
# C++ build directory
build
# Rust compile target directories:
target
target_ra
target_wasm
# https://github.com/lycheeverse/lychee
.lycheecache
# Pixi environment
.pixi
# Python stuff:
__pycache__
.mypy_cache
.ruff_cache
venv
.python-version