25 أسطر
341 B
Plaintext
25 أسطر
341 B
Plaintext
# Binaries and executables
|
|
gy-linux-amd64
|
|
gy-windows-amd64*
|
|
*.exe
|
|
*.bin
|
|
|
|
# Developer Workspace & Automation Scripts
|
|
take_screenshots.py
|
|
*.code-workspace
|
|
|
|
# Test Workspaces & Temporary Artifacts
|
|
test_workspace/
|
|
test_workspace_linux/
|
|
linux_test_workspace/
|
|
*.tmp
|
|
*.log
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# OS artifacts
|
|
.DS_Store
|
|
Thumbs.db
|