Files
swarm-house/.gitignore
T
eSlider de1c7c9558
CI & Release / Verify simulator (push) Successful in 10s
CI & Release / Trivy scan (push) Successful in 9s
CI & Release / Semantic Release (push) Successful in 4s
chore: stop tracking local Terraform state and provider cache
Keep .terraform.lock.hcl for reproducible provider pins; gitignore
state files and the .terraform/ working directory.
2026-07-08 20:18:06 +01:00

16 lines
161 B
Plaintext

data/
simulator/data/
var/t1/**
var/t3/**
!var/t1/.gitkeep
!var/t3/.gitkeep
__pycache__/
*.pyc
.venv/
node_modules/
dist/
.env
.terraform/
*.tfstate
*.tfstate.*