File size: 271 Bytes
d323598 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# 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
|