mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 22:46:35 +00:00
0bf3894e03
- Added .env to .gitignore to prevent tracking of environment secrets. - Updated autopilot state in _docs/_autopilot_state.md: changed step from 9 (Implement) to 13 (Deploy) and updated sub-step to 1 — Status & Env Check. These changes enhance security by ignoring sensitive files and improve clarity in task management.
31 lines
246 B
Plaintext
31 lines
246 B
Plaintext
.idea/
|
|
*labels/
|
|
*images/
|
|
datasets/
|
|
runs/
|
|
models/
|
|
*.pt
|
|
*.onnx
|
|
*.rknn
|
|
*.mp4
|
|
venv
|
|
.venv
|
|
*.engine
|
|
*.log
|
|
*.pyc
|
|
|
|
# Binary / media / model files
|
|
*.onnx
|
|
*.mp4
|
|
*.avi
|
|
*.jpg
|
|
*.JPG
|
|
*.jpeg
|
|
*.png
|
|
|
|
# Environment secrets
|
|
.env
|
|
|
|
# Test results
|
|
tests/test-results/
|