23 lines
216 B
Plaintext
23 lines
216 B
Plaintext
# --- OS Generated Files ---
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# --- Rust ---
|
|
target/
|
|
Cargo.lock
|
|
|
|
# --- COBOL / C ---
|
|
*.out
|
|
*.o
|
|
*.obj
|
|
*.so
|
|
*.dll
|
|
*.gnt
|
|
*.int
|
|
*.lst
|
|
*.dylib
|
|
|
|
# --- Environment / Secrets ---
|
|
.env
|
|
.env.*
|
|
!.env.example |