torrust-tracker-deployer 0.1.0

Torrust Tracker Deployer - Deployment Infrastructure with Ansible and OpenTofu
Documentation
# OpenTofu/Terraform files
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json
.terraform/
.terraform.lock.hcl
*.tfplan
*.tfplan.*
crash.log
crash.*.log

# Override files (usually used to override resources locally)
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# CLI configuration files
.terraformrc
terraform.rc

# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Editor files
.idea/
*.swp
*.swo
*~

# Logs
*.log

# Backup files
*.backup
*.bak

# Temporary files
*.tmp
*.temp

# Repomix output files
repomix-output.xml

# Rust build artifacts
target/
rustc-ice-*.txt

# Template build directory (runtime-generated configs)
build/

# Template data directory (runtime-generated templates, environment state, and logs)
# Includes:
# - data/logs/ - Persistent application logs
# - data/*/environment.json - Environment state files
# - data/*/templates/ - Rendered templates
# - data/*/traces/ - Execution traces
data/

# Generated environment config files for E2E tests
envs/

# Experimental deployments with live secrets (root level only)
/experiments/

# Meson build directory
builddir/

# Coverage reports
.coverage/