Files
2026-06-11 10:42:07 +02:00

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