19 lines
162 B
Plaintext
19 lines
162 B
Plaintext
# Windows
|
|
Thumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# Rust / Cargo
|
|
target/
|
|
|
|
# Local secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Misc
|
|
*.log
|
|
temp_*.json
|
|
response.json
|
|
|
|
.cursor/ |