12 lines
99 B
Plaintext
12 lines
99 B
Plaintext
# Rust build output
|
|
/target
|
|
**/*.rs.bk
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# editor / OS
|
|
*.swp
|
|
.DS_Store
|