Files
piscal/.gitignore

57 lines
639 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
.piscal-build.env
*.secrets
*.key
*.pem
*.crt
*.pfx