28 lines
223 B
Plaintext
28 lines
223 B
Plaintext
# Rust
|
|
target/
|
|
Cargo.lock
|
|
**/*.rs.bk
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv
|
|
|
|
# ai.shell specific
|
|
~/.config/syui/ai/shell/
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |