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