d0d000cf3f
Tests/, .busted, selene.toml, and wow_classic.yml are dev-only files — not part of the release artifact.
59 lines
614 B
Plaintext
59 lines
614 B
Plaintext
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
.DS_Store
|
|
|
|
# Build artifacts
|
|
*.zip
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.bak*
|
|
*.old
|
|
luac.out
|
|
*_HEAD.lua
|
|
|
|
# Scripts
|
|
*.py
|
|
*.js
|
|
*.ps1
|
|
tmp_*.py
|
|
release_notes.txt
|
|
|
|
# Docs
|
|
!README.md
|
|
!CHANGELOG.md
|
|
!RELEASE_NOTES.md
|
|
!LICENSE
|
|
!Icons/MIT.txt
|
|
|
|
# Dev files
|
|
coords.lua
|
|
debug.lua
|
|
debug_tooltip.lua
|
|
Tooltip_772ebd1.lua
|
|
verify_*.lua
|
|
.history/
|
|
Research/
|
|
Tools/
|
|
Tests/
|
|
tests/
|
|
.busted
|
|
selene.toml
|
|
wow_classic.yml
|
|
workflow/
|
|
__pycache__/
|
|
.agents/
|
|
.kilocode/
|
|
|
|
# Assets that shouldn't be in source
|
|
# (Icons/* are needed for release)
|
|
Questie-X-Turtle.toc
|
|
skills-lock.json
|
|
.luarc.json
|
|
skills/
|
|
scratch/
|
|
workflow/
|
|
.claude/skills/
|