mine-hyprdots/git/ignore
2025-04-27 16:04:19 +05:30

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/