56 lines
620 B
Plaintext
56 lines
620 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
piscal
|
|
|
|
# editor and mac files
|
|
*~
|
|
.DS_Store
|
|
*.bak
|
|
|
|
# Docker build artifacts
|
|
*.log
|
|
.docker-build/
|
|
|
|
# Environment files (never commit credentials)
|
|
.env
|
|
.env.*
|
|
.env.local
|
|
.env.production
|
|
.env.development
|
|
*.env
|
|
|
|
# Credential files (SECURITY - never commit these)
|
|
credentials.txt
|
|
passwords.txt
|
|
*.secrets
|
|
*.key
|
|
*.pem
|
|
*.crt
|
|
*.pfx
|