Add git ignore

This commit is contained in:
2025-10-24 17:01:58 +01:00
parent 4117287e95
commit 4245a47581
6 changed files with 33 additions and 10 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# 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
rbk_api.conf.example
# Other common ignores
*.swp
*.swo