Skip to content
Open
52 changes: 51 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,54 @@ __pycache__/
poetry.toml

build/
logs/
logs/
.env
.env.*
*.env
*.env.*
.env.local
.env.prd
.env.dev
.env.docker
secrets/
*.pem
*.key

# ── AMEVA Master Enterprise Security & Environment Isolation Rules ──
.env.development
.env.test
.env.production
.env.staging
*.secret
*.secrets
*credentials*
*.token
*.pfx
*.pkcs12
*.crt
*.cert
id_rsa
id_rsa.pub
id_ed25519
id_ed25519.pub
*.sqlite
*.sqlite3
*.db-journal
*.db-wal
*.db-shm
*.dump
node_modules/
venv/
.venv/
*.py[cod]
.pytest_cache/
.coverage
Thumbs.db
scratch/
tmp/
temp/
.turbo/

state.json
*.tmp

Loading