13 lines
120 B
Text
13 lines
120 B
Text
# Build artifacts
|
|
/client
|
|
/server
|
|
*.exe
|
|
*.test
|
|
|
|
# Editor / OS noise
|
|
*.swp
|
|
.DS_Store
|
|
|
|
# Python caches
|
|
__pycache__/
|
|
*.pyc
|