* add .minio-data to .gitignore
* feat(python): make S3 cache arch specific
Current schema:
S3-Bucket
├── python_311
│ ├── wheel==1.0
│ └── wheel2==1.0
└── python_312
├── wheel==1.0
└── wheel2==1.0
New schema:
S3-Bucket
├── linux_aarch64
│ └── ...
└── linux_x86_64
├── python_311
│ ├── wheel==1.0
│ └── wheel2==1.0
└── python_312
├── wheel==1.0
└── wheel2==1.0
* remove .minio-data from .gitignore
* remove unneeded tracing::error
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
target/
|
|
.DS_Store
|
|
nohup.out
|
|
local/
|
|
frontend/src/routes/test.svelte
|
|
CaddyfileRemoteMalo
|
|
*.swp
|
|
**/.idea/
|
|
.direnv
|
|
.vscode
|