# Environments
.direnv
.venv

# Maturin builds
target

# Rust
target

# Python
__pycache__

# Pytest
.pytest_cache

# Py-spy
*.pyspy
profile.svg

# Logs
*.log

# Temp files
testing.py
