mlx-examples/.gitignore
liuhuayong a1f402e661
Some checks failed
Test / check_lint (push) Has been cancelled
chore: add .gitignore and stage all project files
2026-06-13 13:16:16 +08:00

46 lines
352 B
Plaintext

# macOS resource forks
._*
.DS_Store
.AppleDouble
.LSOverride
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# Node
node_modules/
.npm/
dist/
.next/
.nuxt/
# Rust / Cargo
target/
# Archives
*.rar
*.tar
*.tar.gz
*.zip
# Logs
*.log
logs/
# Env files (keep example only)
.env
.env.local
.env.*.local