| 12345678910111213141516171819202122232425262728 |
- # Ansible inventory (contains sensitive host info)
- inventory/hosts.yml
- # Claude local settings
- .claude/
- # Credentials and secrets
- credentials/*
- !credentials/.gitkeep
- users.yml
- # Generated output
- output/
- # Python
- __pycache__/
- *.py[cod]
- *$py.class
- # Editor
- *.swp
- *.swo
- *~
- .vscode/
- .idea/
- # OS
- .DS_Store
|