ExamInk-Seg / .gitignore
ljj
feat: init
1b0973e
# Python
__pycache__/
*.py[oc]
*.pyc
*.pyo
*.pyd
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
desktop.ini
# Training outputs
checkpoints/
output/
logs/
tb_logs/
wandb/
runs/
# Temporary files
*.tmp
*.temp
# Secrets
.env
*.env
secrets.json
credentials.json
api_keys.json