# Python
.mypy_cache/
.pytest_cache/
__pycache__/
.hypothesis/
.ruff_cache/
.ropeproject/

# Rust
target/

# Zig
.zig-cache/
zig-out/

.env

