Files
mechanic-pwa/.gitignore
T

42 lines
378 B
Plaintext

# Recon artifacts (large binaries, not for code review / not shareable)
recon/artifacts/
recon/patched/
*.apk
*.xapk
*.mitm
*.har
*.dmp
# Secrets
.env
.env.*
!.env.example
minio.env
*.key
*.pem
*.p12
secrets/
# Python
__pycache__/
*.pyc
.venv/
venv/
.pytest_cache/
# Node
node_modules/
dist/
build/
.vite/
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
.superpowers/