Files

35 lines
383 B
Plaintext

# Ignore local development files
**/.vscode
**/.DS_Store
/AGENTS.md
/docs
# Docker Secrets, Environment Files
**/secret.*
**/.env
**/.envrc
**/.direnv
# Ignore Ansible
**/.ansible
# Python
**/__pycache__/
**/*.py[cod]
**/*.pyo
**/*.pyd
**/.venv
**/venv/
**/.ruff_cache/
# Packaging
*.egg-info/
build/
dist/
# Installation tracking
.installed-version
# Test outputs
config.yaml