21 lines
243 B
Plaintext
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/
|