16 lines
176 B
Text
16 lines
176 B
Text
# Python specific
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
__pycache__/
|
|
.hypothesis/
|
|
.ruff_cache/
|
|
.ropeproject/
|
|
|
|
# Rust specific
|
|
target/
|
|
|
|
node_modules/
|
|
|
|
# Zig specific
|
|
.zig-cache/
|
|
zig-out/
|