# IDE settings
.idea/
.vscode/

# Local Environment
.envrc
.direnv/

# Build files
Cargo.lock
target/
*.so

# Python
**/__pycache__/
.mypy_cache/
