ZKAC/.gitignore
2026-04-09 18:39:36 +02:00

9 lines
110 B
Plaintext

# Rust
target
# Python / Maturin
python/__pycache__
python/*.cpython*
.pytest_cache/
.venv/
tests/__pycache__