Files
StorageSecurity/.gitignore

32 lines
224 B
Plaintext

# Environment files
.env
*.env
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
venv/
# Docker
.dockerignore
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Secrets
secrets/
certificates/