Files
swarm-house/.gitignore
T
eSlider 2003ff69fb
CI & Release / Verify simulator (push) Successful in 18s
CI & Release / Trivy scan (push) Successful in 17s
CI & Release / Semantic Release (push) Successful in 6s
chore: ignore local tooling and prototype-3d WIP
Keep .cursor, .grok, and prototype-3d on disk without polluting git status.
2026-07-17 12:17:06 +01:00

21 lines
243 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.*
# Local tooling / WIP (keep on disk, never commit)
.cursor/
.grok/
prototype-3d/