Files
IYmtg/.gitignore
Mike Wichers 52afbd56af feat: Implement app versioning and update gitignore
- Adds appVersion and buildNumber to AppConfig.swift for centralized version management.
- Updates scryfallUserAgent to use the dynamic appVersion.
- Updates .gitignore to exclude AI asset and training directories.
- Adds a version check step to the README release checklist.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 12:19:35 -05:00

37 lines
354 B
Plaintext

# AI/ML Model Files
*.pt
*.pth
*.onnx
*.pb
*.h5
*.model
*.mlmodel
# AI/ML Data & Cache
*.csv
*.json
*.parquet
/data/
/datasets/
__pycache__/
.ipynb_checkpoints
# Environment & Tooling Specific
.env
.venv/
venv/
env/
.idea/
.vscode/
.claude/
# Mac-specific
.DS_Store
# AI-generated assets
Raw_Assets/
Ready_Assets/
# ML Training Data
IYmtg_Training/