31 lines
310 B
Text
31 lines
310 B
Text
# Rust
|
|
/target/
|
|
**/target/
|
|
**/*.rs.bk
|
|
Cargo.lock.bak
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
.venv/
|
|
venv/
|
|
|
|
# Maturin
|
|
*.so
|
|
*.pyd
|
|
*.dylib
|
|
|
|
# Editors / OS
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local consumer code dropped in for repro, not part of qroissant
|
|
/document.py
|