Files
nokia-hpux-oracle/.gitignore
2025-10-24 17:04:34 +01:00

23 lines
252 B
Plaintext

# Ignore Python cache and virtual environments
__pycache__/
*.pyc
*.pyo
*.pyd
env/
venv/
ENV/
# macOS system files
.DS_Store
# Shell history and logs
*.log
*.history
# Exclude Rubrik API config files
rbk_api.conf
# Other common ignores
*.swp
*.swo