# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
.pytest_cache/
.ruff_cache/

# Ansible
*.retry
.ansible/
ansible_collections/
.ansible-lint

# IDEs
.vscode/
.idea/
*.swp
*.swo

# Collection Build
*.tar.gz
releases/

# Secrets / Local
.env
.login.password
*.pem
*.key

# Logs & Test Output
pytest.out
test_output.txt

